Skip to content

Commit 32821a1

Browse files
authored
Merge pull request #273 from acoulton/next-4.x
chore: Add changelog for 4.11.0 release
2 parents 0ac8147 + 0ba47e4 commit 32821a1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGES.md renamed to CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
This project follows the [Behat release and version support policies]
8+
(https://docs.behat.org/en/latest/releases.html).
9+
10+
# [4.11.0] - 2024-12-06
11+
12+
### Changed
13+
14+
* Drop support for PHP < 8.1, Symfony < 5.4 and Symfony 6.0 - 6.3. In future we will drop support for PHP and symfony
15+
versions as they reach EOL. by @acoulton in [#272](https://github.com/Behat/Gherkin/pull/272)
16+
* Deprecated `ExampleNode::getTitle()` and `ScenarioNode::getTitle()` in favour of new methods with clearer meaning.
17+
by @uuf6429 in [#271](https://github.com/Behat/Gherkin/pull/271)
18+
19+
### Added
20+
21+
* Added `(ExampleNode|ScenarioNode)::getName()` to access human-readable names for examples and scenarios,
22+
and `ExampleNode::getExampleText()` for the string content of the example table row.
23+
by @uuf6429 in [#271](https://github.com/Behat/Gherkin/pull/271)
24+
25+
### Internal
26+
27+
* Enable dependabot for github actions workflows by @jrfnl in [#261](https://github.com/Behat/Gherkin/pull/261)
28+
129
# 4.10.0 / 2024-10-19
230

331
### Changed
@@ -391,3 +419,5 @@
391419
- New translation mechanics
392420
- 47 brand new translations (see i18n)
393421
- Full test suite for everything from AST nodes to translations
422+
423+
[4.11.0]: https://github.com/Behat/Gherkin/compare/v4.10.0...v4.11.0

0 commit comments

Comments
 (0)