CHANGELOG.md in rubocop-rspec-2.24.1 vs CHANGELOG.md in rubocop-rspec-2.25.0

- old
+ new

@@ -1,9 +1,15 @@ # Changelog ## Master (Unreleased) +## 2.25.0 (2023-10-27) + +- Add support single quoted string and percent string and heredoc for `RSpec/Rails/HttpStatus`. ([@ydah]) +- Change to be inline disable for `RSpec/SpecFilePathFormat` like `RSpec/FilePath`. ([@ydah]) +- Fix a false positive for `RSpec/MetadataStyle` with example groups having multiple string arguments. ([@franzliedke]) + ## 2.24.1 (2023-09-23) - Fix an error when using `RSpec/FilePath` and revert to enabled by default. If you have already moved to `RSpec/SpecFilePathSuffix` and `RSpec/SpecFilePathFormat`, disable `RSpec/FilePath` explicitly as `Enabled: false`. The `RSpec/FilePath` before migration and the `RSpec/SpecFilePathSuffix` and `RSpec/SpecFilePathFormat` as the target are available respectively. ([@ydah]) ## 2.24.0 (2023-09-08) @@ -837,9 +843,10 @@ [@elisefitz15]: https://github.com/EliseFitz15 [@elliterate]: https://github.com/elliterate [@faucct]: https://github.com/faucct [@foton]: https://github.com/foton [@francois-ferrandis]: https://github.com/francois-ferrandis +[@franzliedke]: https://github.com/franzliedke [@g-rath]: https://github.com/G-Rath [@geniou]: https://github.com/geniou [@gsamokovarov]: https://github.com/gsamokovarov [@harry-graham]: https://github.com/harry-graham [@harrylewis]: https://github.com/harrylewis