From d654dffa92e2b8fe758180f3eb9aade9d91574be Mon Sep 17 00:00:00 2001 From: Luke Hill Date: Tue, 5 Nov 2024 09:26:13 +0000 Subject: [PATCH] Simplify changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7123a568..2015f29c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,10 @@ This file is intended to be modified using the [`changelog`](https://github.com/ ## [Unreleased] ### Changed -- Internal testing code has been refactored to handle older ruby/rails installs -- Add support for Rails 7.2 (No code changes required) [#586](https://github.com/cucumber/cucumber-rails/pull/586) [#588](https://github.com/cucumber/cucumber-rails/pull/588) -- Add support for Ruby 3.3 (No code changes required) [#586](https://github.com/cucumber/cucumber-rails/pull/586) +- Add support for Rails 7.2 / Ruby 3.3 (No code changes required) [#586](https://github.com/cucumber/cucumber-rails/pull/586) [#588](https://github.com/cucumber/cucumber-rails/pull/588) + +### Fixed +- Internal testing code has been refactored to handle older ruby/rails installs [#583](https://github.com/cucumber/cucumber-rails/pull/583) ## [3.0.0] - 2023-11-01 ### Changed