CHANGELOG.md in rubocop-rspec-2.0.0.pre vs CHANGELOG.md in rubocop-rspec-2.0.0

- old
+ new

@@ -1,13 +1,22 @@ -# Change log +# Changelog ## Master (Unreleased) +## 2.0.0 (2020-11-06) + +* Remove deprecated class `::RuboCop::Cop::RSpec::Cop`. ([@bquorning][]) +* Retire `RSpec/InvalidPredicateMatcher` cop. ([@pirj][]) +* Remove the code responsible for filtering files to inspect. ([@pirj][]) +* Make RSpec language elements configurable. ([@sl4vr][]) +* Remove `CustomIncludeMethods` `RSpec/EmptyExampleGroup` option in favour of the new RSpec DSL configuration. ([@pirj][]) +* Enabled pending cop (`RSpec/StubbedMock`). ([@pirj][]) + ## 2.0.0.pre (2020-10-22) * Update RuboCop dependency to v1.0.0. ([@bquorning][]) -* **(Potentially breaking)** Change namespace of several cops (`Capybara/*` -> `RSpec/Capybara/*`, `FactoryBot/*` -> `RSpec/FactoryBot/*`, `Rails/*` -> `RSpec/Rails/*`). ([@pirj][], [@bquorning][]) +* Change namespace of several cops (`Capybara/*` -> `RSpec/Capybara/*`, `FactoryBot/*` -> `RSpec/FactoryBot/*`, `Rails/*` -> `RSpec/Rails/*`). ([@pirj][], [@bquorning][]) ## 1.44.1 (2020-10-20) * Relax `rubocop-ast` version constraint. ([@PhilCoggins][]) @@ -574,5 +583,6 @@ [@mockdeep]: https://github.com/mockdeep [@biinari]: https://github.com/biinari [@koic]: https://github.com/koic [@Rafix02]: https://github.com/Rafix02 [@PhilCoggins]: https://github.com/PhilCoggins +[@sl4vr]: https://github.com/sl4vr