From a3d0cfc013c17b6809c620f40ec38092beee692a Mon Sep 17 00:00:00 2001 From: acoulton Date: Fri, 6 Dec 2024 09:22:57 +0000 Subject: [PATCH 1/2] chore: Add changelog for 4.11.0 release --- CHANGES.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f0135a35..42b73f5c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,31 @@ +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +This project follows the [Behat release and version support policies] +(https://docs.behat.org/en/latest/releases.html). + +# [4.11.0] - 2024-12-06 + +### Changed + +* 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 + versions as they reach EOL. by @acoulton in [#272](https://github.com/Behat/Gherkin/pull/272) +* Deprecated `ExampleNode::getTitle()` and `ScenarioNode::getTitle()` in favour of new methods with clearer meaning. + by @uuf6429 in [#271](https://github.com/Behat/Gherkin/pull/271) + +### Added + +* Added `(ExampleNode|ScenarioNode)::getName()` to access human-readable names for examples and scenarios, + and `ExampleNode::getExampleText()` for the string content of the example table row. + by @uuf6429 in [#271](https://github.com/Behat/Gherkin/pull/271) + +### Internal + +* Enable dependabot for github actions workflows by @jrfnl in [#261](https://github.com/Behat/Gherkin/pull/261) + # 4.10.0 / 2024-10-19 ### Changed @@ -391,3 +419,5 @@ - New translation mechanics - 47 brand new translations (see i18n) - Full test suite for everything from AST nodes to translations + +[4.11.0]: https://github.com/Behat/Gherkin/compare/v4.10.0...v4.11.0 From 0ba47e4346f0ad1fd74094396ed2c0408f7d2a8c Mon Sep 17 00:00:00 2001 From: acoulton Date: Fri, 6 Dec 2024 09:25:35 +0000 Subject: [PATCH 2/2] chore: Rename changelog file for consistency with other projects --- CHANGES.md => CHANGELOG.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CHANGES.md => CHANGELOG.md (100%) diff --git a/CHANGES.md b/CHANGELOG.md similarity index 100% rename from CHANGES.md rename to CHANGELOG.md