CHANGELOG.md in rubocop-rspec-2.17.0 vs CHANGELOG.md in rubocop-rspec-2.17.1

- old
+ new

@@ -1,8 +1,16 @@ # Changelog ## Master (Unreleased) +## 2.17.1 (2023-01-16) + +- Fix a false negative for `RSpec/Pending` when using skipped in metadata is multiline string. ([@ydah]) +- Fix a false positive for `RSpec/NoExpectationExample` when using skipped in metadata is multiline string. ([@ydah]) +- Fix a false positive for `RSpec/ContextMethod` when multi-line context with `#` at the beginning. ([@ydah]) +- Fix an incorrect autocorrect for `RSpec/PredicateMatcher` when multiline expect and predicate method with heredoc. ([@ydah]) +- Fix a false positive for `RSpec/PredicateMatcher` when `include` with multiple argument. ([@ydah]) + ## 2.17.0 (2023-01-13) - Fix a false positive for `RSpec/PendingWithoutReason` when pending/skip is argument of methods. ([@ydah]) - Add new `RSpec/Capybara/MatchStyle` cop. ([@ydah]) - Add new `RSpec/Rails/MinitestAssertions` cop. ([@ydah])