From fb724dca4a04ef10d8251eddc7ef35cf750c5a37 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 25 Sep 2021 19:37:51 -0400 Subject: [PATCH] NEWS: Add #2390 as a regression --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index c561934d8..a73f180f6 100644 --- a/NEWS +++ b/NEWS @@ -106,6 +106,9 @@ Fixed regressions in 2.6.0 #1913). This was a regression introduced in 2.5.1. - The capitalized versions of named dates (such as Monday, February or Tomorrow) are again supported. This was a regression introduced in 2.5.2. + - The duration periods are converted to datetime values using the + current time as the anchor, as opposed to the beginning of unix time. + This was a regression in 2.5.2. - Filtering for attribute values containing dashes and numbers (such as 'vs.2021-01', see #2392) or spaces (such as "Home renovation", see #2388) is again supported. This was a regression introduced in 2.4.0.