CHANGELOG.md in rubocop-rspec-2.4.0 vs CHANGELOG.md in rubocop-rspec-2.5.0
- old
+ new
@@ -1,9 +1,20 @@
# Changelog
## Master (Unreleased)
+## 2.5.0 (2021-09-21)
+
+* Declare autocorrect as unsafe for `ExpectChange`. ([@francois-ferrandis][])
+* Fix each example for `RSpec/HookArgument`. ([@lokhi][])
+* Exclude unrelated Rails directories from `RSpec/DescribeClass`. ([@MothOnMars][])
+* Add `RSpec/ExcessiveDocstringSpacing` cop. ([@G-Rath][])
+* Add `RSpec/SubjectDeclaration` cop. ([@dswij][])
+* Fix excessive whitespace removal in `RSpec/EmptyHook` autocorrection. ([@pirj][])
+* Bump RuboCop requirement to v1.19.0. ([@pirj][])
+* Fix false positive in `RSpec/IteratedExpectation` when there is single, non-expectation statement in the block body. ([@Darhazer][])
+
## 2.4.0 (2021-06-09)
* Update `RSpec/FilePath` to check suffix when given a non-constant top-level node (e.g. features). ([@topalovic][])
* Add missing documentation for `single_statement_only` style of `RSpec/ImplicitSubject` cop. ([@tejasbubane][])
* Fix an exception in `DescribedClass` when accessing a constant on a variable in a spec that is nested in a namespace. ([@rrosenblum][])
@@ -623,5 +634,10 @@
[@stephannv]: https://github.com/stephannv
[@Tietew]: https://github.com/Tietew
[@rrosenblum]: https://github.com/rrosenblum
[@paydaylight]: https://github.com/paydaylight
[@topalovic]: https://github.com/topalovic
+[@lokhi]: https://github.com/lokhi
+[@MothOnMars]: https://github.com/MothOnMars
+[@G-Rath]: https://github.com/G-Rath
+[@dswij]: https://github.com/dswij
+[@francois-ferrandis]: https://github.com/francois-ferrandis