Skip to content

Commit 790c414

Browse files
committed
docs: Add changelog for 4.16.0
1 parent dc8d60f commit 790c414

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
This project follows the [Behat release and version support policies]
88
(https://docs.behat.org/en/latest/releases.html).
99

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+
1031
# [4.15.0] - 2025-11-05
1132

1233
### Changed
@@ -566,6 +587,8 @@ This project follows the [Behat release and version support policies]
566587
- 47 brand new translations (see i18n)
567588
- Full test suite for everything from AST nodes to translations
568589

590+
[4.16.0]: https://github.com/Behat/Gherkin/compare/v4.15.0...v4.16.0
591+
[4.15.0]: https://github.com/Behat/Gherkin/compare/v4.14.0...v4.15.0
569592
[4.14.0]: https://github.com/Behat/Gherkin/compare/v4.13.0...v4.14.0
570593
[4.13.0]: https://github.com/Behat/Gherkin/compare/v4.12.0...v4.13.0
571594
[4.12.0]: https://github.com/Behat/Gherkin/compare/v4.11.0...v4.12.0

0 commit comments

Comments
 (0)