You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix bottom of changelog
* Alter 3.0.0 additions to be additions
* Fix 3.0.1 and 3.1.0 to be added changes
* Switch over to using non deprecated commands from appraisal
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4-7
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,18 @@ This file is intended to be modified using the [`changelog`](https://github.com/
14
14
- Updated some dev dependencies and improved some dev rake tasks to make testing leaner
15
15
16
16
## [3.1.0] - 2024-11-25
17
+
### Added
18
+
- Add support for Rails 8.0 (No code changes required) [#590](https://github.com/cucumber/cucumber-rails/pull/590)
17
19
18
20
## [3.0.1] - 2024-11-05
19
-
### Changed
21
+
### Added
20
22
- 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)
21
23
22
24
### Fixed
23
25
- Internal testing code has been refactored to handle older ruby/rails installs [#583](https://github.com/cucumber/cucumber-rails/pull/583)
24
26
25
27
## [3.0.0] - 2023-11-01
26
-
### Changed
28
+
### Added
27
29
- Add support for Rails 7.1 [#575](https://github.com/cucumber/cucumber-rails/pull/575)
28
30
- Added new rubocop sub-gems (rails / rake) and updated repo to be rubocop 2.6 conformant [#581](https://github.com/cucumber/cucumber-rails/pull/581)
29
31
@@ -64,8 +66,3 @@ This file is intended to be modified using the [`changelog`](https://github.com/
0 commit comments