File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77This project follows the [ Behat release and version support policies]
88(https://docs.behat.org/en/latest/releases.html ).
99
10+ # [ 4.16.1] - 2025-12-08
11+
12+ ### Fixed
13+
14+ * Reinstate support for tag filter expressions without a leading ` @ ` (e.g. ` wip&&~slow ` instead of ` @wip&&~@slow ` ).
15+ This syntax was never officially supported, but previously worked and was broken by 4.16.0. We have temporarily
16+ fixed this, but it is deprecated and will be removed in the next major version.
17+
1018# [ 4.16.0] - 2025-12-05
1119
1220### Changed
@@ -588,6 +596,7 @@ This project follows the [Behat release and version support policies]
588596- 47 brand new translations (see i18n)
589597- Full test suite for everything from AST nodes to translations
590598
599+ [ 4.16.1 ] : https://github.com/Behat/Gherkin/compare/v4.16.0...v4.16.1
591600[ 4.16.0 ] : https://github.com/Behat/Gherkin/compare/v4.15.0...v4.16.0
592601[ 4.15.0 ] : https://github.com/Behat/Gherkin/compare/v4.14.0...v4.15.0
593602[ 4.14.0 ] : https://github.com/Behat/Gherkin/compare/v4.13.0...v4.14.0
You can’t perform that action at this time.
0 commit comments