CHANGELOG.md in rubocop-rspec-2.28.0 vs CHANGELOG.md in rubocop-rspec-2.29.0

- old
+ new

@@ -1,8 +1,14 @@ # Changelog ## Master (Unreleased) +## 2.29.0 (2024-04-04) + +- Fix an autocorrect error for `RSpec/ExpectActual`. ([@bquorning]) +- Add new `RSpec/UndescriptiveLiteralsDescription` cop. ([@ydah]) +- Add new `RSpec/EmptyOutput` cop. ([@bquorning]) + ## 2.28.0 (2024-03-30) - Extract RSpec Rails cops to a separate repository, [`rubocop-rspec_rails`](https://github.com/rubocop/rubocop-rspec_rails). The `rubocop-rspec_rails` repository is a dependency of `rubocop-rspec` and the cops related to rspec-rails are aliased (`RSpec/Rails/Foo` == `RSpecRails/Foo`) until v3.0 is released, so the change will be invisible to users until then. ([@ydah]) ## 2.27.1 (2024-03-03)