You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
This project follows the [Behat release and version support policies]
8
8
(https://docs.behat.org/en/latest/releases.html).
9
9
10
+
# [4.16.0] - 2025-12-05
11
+
12
+
### Changed
13
+
14
+
* Further improvements to parser parity when the experimental `gherkin-32` compatibility mode is enabled:
15
+
- Parse descriptions (instead of multiline titles) for all describable nodes by @acoulton in [#361](https://github.com/Behat/Gherkin/pull/361)
16
+
- Unescape escaped delimiters within doc strings by @stof in [#393](https://github.com/Behat/Gherkin/pull/393)
17
+
- Retain the `@` prefix when parsing tags by @acoulton in [#400](https://github.com/Behat/Gherkin/pull/400)
18
+
19
+
### Fixed
20
+
21
+
* Fix the implementation of the default dialect for the keywords provider by @stof in [#404](https://github.com/Behat/Gherkin/pull/404)
22
+
23
+
### Internal
24
+
25
+
* Add `Stringable` to classes implementing __toString() by @acoulton in [#402](https://github.com/Behat/Gherkin/pull/402)
26
+
* Fix cucumber variant assertions to include inherited properties by @acoulton in [#394](https://github.com/Behat/Gherkin/pull/394)
27
+
* Update cucumber/gherkin parity tests to 37.0.0 by @behat-gherkin-updater[bot] in [#397](https://github.com/Behat/Gherkin/pull/397) and [#398](https://github.com/Behat/Gherkin/pull/398)
28
+
* update_cucumber script should not fail on manually created releases by @acoulton in [#396](https://github.com/Behat/Gherkin/pull/396)
29
+
* Add funding links and information by @acoulton in [#401](https://github.com/Behat/Gherkin/pull/401)
30
+
10
31
# [4.15.0] - 2025-11-05
11
32
12
33
### Changed
@@ -566,6 +587,8 @@ This project follows the [Behat release and version support policies]
566
587
- 47 brand new translations (see i18n)
567
588
- Full test suite for everything from AST nodes to translations
0 commit comments