NEWS: Add #2390 as a regression

This commit is contained in:
Tomas Babej
2021-09-25 19:37:51 -04:00
parent 967bf18188
commit fb724dca4a

3
NEWS
View File

@@ -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.