From 75cbfda3de889b6bea30ca4181fe516ef728d07b Mon Sep 17 00:00:00 2001 From: Luke Hill Date: Tue, 5 Nov 2024 09:24:12 +0000 Subject: [PATCH] Add changelog notes for next release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed8a29bc..7123a568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ 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) ## [3.0.0] - 2023-11-01 ### Changed