CHANGELOG.md in rubocop-rspec-3.2.0 vs CHANGELOG.md in rubocop-rspec-3.3.0

- old
+ new

@@ -1,9 +1,14 @@ # Changelog ## Master (Unreleased) +## 3.3.0 (2024-12-12) + +- Deprecate `top_level_group?` method from `TopLevelGroup` mixin as all of its callers were intentionally removed from `Rubocop/RSpec`. ([@corsonknowles]) +- Fix false positive for RSpec/EmptyMetadata for splat kwargs. ([@pirj]) + ## 3.2.0 (2024-10-26) - Fix `RSpec/VoidExpect` to only operate inside an example block. ([@corsonknowles]) - Change `RSpec/ContextWording` cop to always report an offense when both `Prefixes` and `AllowedPatterns` are empty. ([@ydah]) - Add support for `and` and `or` compound matchers to `RSpec/ChangeByZero` cop. ([@ydah]) @@ -738,10 +743,10 @@ - Add `RSpec/EmptyLineAfterFinalLet` cop. ([@Darhazer]) ## 1.13.0 (2017-03-07) - Add repeated 'it' detection to `RSpec/ExampleWording` cop. ([@dgollahon]) -- Add \[observed_nesting/max_nesting\] info to `RSpec/NestedGroups` messages. ([@dgollahon]) +- Add [observed_nesting/max_nesting] info to `RSpec/NestedGroups` messages. ([@dgollahon]) - Add `RSpec/ItBehavesLike` cop. ([@dgollahon]) - Add `RSpec/SharedContext` cop. ([@Darhazer]) - `RSpec/MultipleExpectations`: Count aggregate_failures block as single expectation. ([@Darhazer]) - Fix `ExpectActual` cop flagging `rspec-rails` routing specs. ([@backus]) - Fix `FilePath` cop not registering offenses for files like `spec/blog/user.rb` when it should be `spec/blog/user_spec.rb`. ([@backus])