diff --git a/Changelog.md b/Changelog.md index 7b3a28ccd..104bc0f27 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ ### Development [Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.0.0...main) +Bug Fixes: + +* Remove mutation of Rails constant in favour of public api. (Petrik de Heus, #2789) +* Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, #2790) + ### 7.0.0 / 2024-09-02 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.5...v7.0.0)