CHANGELOG.md in cucumber-8.0.0.rc.1 vs CHANGELOG.md in cucumber-8.0.0
- old
+ new
@@ -8,11 +8,11 @@
Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) for more info on how to contribute to Cucumber.
---
-## [Unreleased](https://github.com/cucumber/cucumber-ruby/compare/v8.0.0.rc.1...main)
+## [Unreleased](https://github.com/cucumber/cucumber-ruby/compare/v8.0.0...main)
### Added
### Fixed
@@ -23,9 +23,31 @@
### Security fixes
### Deprecated
### Dependencies
+
+
+## [8.0.0](https://github.com/cucumber/cucumber-ruby/compare/v8.0.0.rc.1...v8.0.0)
+
+### Added
+
+- Add a *WARNING* message when using a space-separated string with cucumber_opts
+ ([PR#](https://github.com/cucumber/cucumber-ruby/pull/1624)
+ [Issue#1614](https://github.com/cucumber/cucumber-ruby/issues/1614))
+
+- Add support for TruffleRuby
+ ([PR#1612](https://github.com/cucumber/cucumber-ruby/pull/1612)
+ [gogainda](https://github.com/gogainda))
+
+- Add support for named hooks
+ ([PR#1636](https://github.com/cucumber/cucumber-ruby/pull/1636))
+
+### Fixed
+
+- Use `required_rubygems_version` instead of `rubygems_version`([PR#1629](https://github.com/cucumber/cucumber-ruby/pull/1629))
+
+- Suppress RSspec deprecation warnings([PR#1631](https://github.com/cucumber/cucumber-ruby/pull/1631))
## [8.0.0.RC.1](https://github.com/cucumber/cucumber-ruby/compare/v7.1.0...v8.0.0.rc.1)
### Fixed