CHANGELOG.md in rubocop-rspec-2.10.0 vs CHANGELOG.md in rubocop-rspec-2.11.0

- old
+ new

@@ -1,9 +1,16 @@ # Changelog ## Master (Unreleased) +## 2.11.0 (2022-05-18) + +* Drop Ruby 2.5 support. ([@ydah][]) +* Add new `RSpec/ChangeByZero` cop. ([@ydah][]) +* Improve `RSpec/ExpectChange` to detect namespaced and top-level constants. ([@M-Yamashita01][]) +* Introduce an amendment to `Metrics/BlockLength` to exclude spec files. ([@luke-hill][]) + ## 2.10.0 (2022-04-19) * Fix a false positive for `RSpec/EmptyExampleGroup` when expectations in case statement. ([@ydah][]) * Add `RSpec/VerifiedDoubleReference` cop. ([@t3h2mas][]) * Make `RSpec/BeNil` cop configurable with a `be_nil` style and a `be` style. ([@bquorning][]) @@ -679,5 +686,7 @@ [@leoarnold]: https://github.com/leoarnold [@harry-graham]: https://github.com/harry-graham [@oshiro3]: https://github.com/oshiro3 [@ydah]: https://github.com/ydah [@t3h2mas]: https://github.com/t3h2mas +[@M-Yamashita01]: https://github.com/M-Yamashita01 +[@luke-hill]: https://github.com/luke-hill