CHANGELOG.md in rubocop-rspec-2.31.0 vs CHANGELOG.md in rubocop-rspec-3.0.0.pre

- old
+ new

@@ -1,9 +1,21 @@ # Changelog ## Master (Unreleased) +## 3.0.0.pre (2024-06-05) + +- Remove extracted cops in `Capybara`, `FactoryBot` and `Rails` departments. ([@ydah]) +- Remove `RuboCop::RSpec::Language::NodePattern`. ([@ydah]) +- Remove `RSpec/FilePath` cop. ([@ydah]) +- Remove `RSpec/Capybara/FeatureMethods` cop. If you are using this cop, change it to use `RSpec/Dialect`. ([@ydah]) +- Enable all pending cops. ([@bquorning]) +- Add new `RSpec/MissingExpectationTargetMethod` cop. ([@krororo]) +- Fix an error for `RSpec/ScatteredSetup` when one of the hooks is an empty block. ([@earlopain]) + +Read more about how to upgrade in https://docs.rubocop.org/rubocop-rspec/upgrade_to_version_3.html + ## 2.31.0 (2024-06-07) - Support `AutoCorrect: contextual` option for LSP. ([@ydah]) ## 2.30.0 (2024-06-03) @@ -891,10 +903,11 @@ [@dmitrytsepelev]: https://github.com/dmitrytsepelev [@drcapulet]: https://github.com/drcapulet [@drowze]: https://github.com/Drowze [@dswij]: https://github.com/dswij [@dvandersluis]: https://github.com/dvandersluis +[@earlopain]: https://github.com/earlopain [@edgibbs]: https://github.com/edgibbs [@eikes]: https://github.com/eikes [@eitoball]: https://github.com/eitoball [@elebow]: https://github.com/elebow [@elisefitz15]: https://github.com/EliseFitz15 @@ -922,9 +935,10 @@ [@jonatas]: https://github.com/jonatas [@jtannas]: https://github.com/jtannas [@k-s-a]: https://github.com/K-S-A [@kellysutton]: https://github.com/kellysutton [@koic]: https://github.com/koic +[@krororo]: https://github.com/krororo [@kuahyeow]: https://github.com/kuahyeow [@lazycoder9]: https://github.com/lazycoder9 [@leoarnold]: https://github.com/leoarnold [@liberatys]: https://github.com/Liberatys [@lokhi]: https://github.com/lokhi