CHANGELOG.md in rubocop-rspec-3.0.1 vs CHANGELOG.md in rubocop-rspec-3.0.2

- old
+ new

@@ -1,9 +1,15 @@ # Changelog ## Master (Unreleased) +## 3.0.2 (2024-07-02) + +- Fix wrong autocorrect for `RSpec/ScatteredSetup` when hook contains heredoc. ([@earlopain]) +- Fix false negative for `RSpec/PredicateMatcher` when expectation contains custom failure message. ([@earlopain]) +- Facilitate the 3.0 upgrade flow with proper extracted cop messages. ([@jeppester]) + ## 3.0.1 (2024-06-11) - Bump RuboCop requirement to +1.61. ([@ydah]) ## 3.0.0 (2024-06-11) @@ -931,9 +937,10 @@ [@ignaciovillaverde]: https://github.com/ignaciovillaverde [@jaredbeck]: https://github.com/jaredbeck [@jaredmoody]: https://github.com/jaredmoody [@jdufresne]: https://github.com/jdufresne [@jeffreyc]: https://github.com/jeffreyc +[@jeppester]: https://github.com/jeppester [@jessieay]: https://github.com/jessieay [@jfragoulis]: https://github.com/jfragoulis [@johnny-miyake]: https://github.com/johnny-miyake [@jojos003]: https://github.com/jojos003 [@jonatas]: https://github.com/jonatas