CHANGELOG.md in cucumber-rails-2.4.0 vs CHANGELOG.md in cucumber-rails-2.5.0
- old
+ new
@@ -1,20 +1,32 @@
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md)
on how to contribute to Cucumber.
-## [main](https://github.com/cucumber/cucumber-rails/compare/v2.4.0...main) (Not yet released)
+## [main](https://github.com/cucumber/cucumber-rails/compare/v2.5.0...main) (Not yet released)
### New Features
-*
+
### Changed
-*
+
### Fixed
*
+
+## [v2.5.0](https://github.com/cucumber/cucumber-rails/compare/v2.4.0...v2.5.0) (2022-03-07)
+
+### New Features
+
+* Added `:none` option for `javascript_strategy` which indicates no special handling of `@javascript` tagged tests ([#522](https://github.com/cucumber/cucumber-rails/pull/522) [akostadinov])
+* Added support for Rails 7 ([#526](https://github.com/cucumber/cucumber-rails/pull/526/) [mgrunberg])
+* Added Ruby 3.1 support ([#529](https://github.com/cucumber/cucumber-rails/pull/529) [mgrunberg])
+
+### Changed
+
+* Dropped Ruby 2.4 support ([#529](https://github.com/cucumber/cucumber-rails/pull/529) [mgrunberg])
## [v2.4.0](https://github.com/cucumber/cucumber-rails/compare/v2.3.0...v2.4.0) (2021-07-21)
### New Features