CHANGELOG.md in rubocop-rspec-2.9.0 vs CHANGELOG.md in rubocop-rspec-2.10.0
- old
+ new
@@ -1,9 +1,16 @@
# Changelog
## Master (Unreleased)
+## 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][])
+* Fix `Capybara/CurrentPathExpectation` autocorrect incompatible with `Style/TrailingCommaInArguments` autocorrect. ([@ydah][])
+
## 2.9.0 (2022-02-28)
* Add new `RSpec/BeNil` cop. ([@bquorning][])
* Add new `RSpec/BeEq` cop. ([@bquorning][])
@@ -670,5 +677,7 @@
[@francois-ferrandis]: https://github.com/francois-ferrandis
[@r7kamura]: https://github.com/r7kamura
[@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