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

- old
+ new

@@ -1,8 +1,13 @@ # Changelog ## Master (Unreleased) +## 3.0.3 (2024-07-12) + +- Add support for Unicode RIGHT SINGLE QUOTATION MARK in `RSpec/ExampleWording`. ([@jdufresne]) +- Suppress deprecation warning for `RSpec/MultipleExpectations`, `RSpec/MultipleMemoizedHelpers`, and `RSpec/NestedGroups` cops. ([@koic]) + ## 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])