File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments