CHANGELOG.md in rubocop-rspec-1.21.0 vs CHANGELOG.md in rubocop-rspec-1.22.0

- old
+ new

@@ -1,9 +1,18 @@ # Change log ## Master (Unreleased) +## 1.22.0 (2018-01-10) + +* Updates `describe_class` to account for RSpecs `:system` wrapper of rails system tests. ([@EliseFitz15][]) +* Add `RSpec/ExpectChange` cop to enforce consistent usage of the change matcher. ([@Darhazer][]) +* Add autocorrect support to `RSpec/LetBeforeExamples`. ([@Darhazer][]) +* Fix `RSpec/InstanceVariable` flagging instance variables inside dynamically defined class. ([@Darhazer][]) +* Add autocorrect support for `RSpec/ReturnFromStub` cop. ([@bquorning][]) +* Add `RSpec/ExampleWithoutDescription` cop. ([@Darhazer][]) + ## 1.21.0 (2017-12-13) * Compatibility with RuboCop v0.52.0. ([@bquorning][]) * Improve performance when user does not override default RSpec Pattern config. ([@walf443][]) * Add `AggregateFailuresByDefault` configuration for `RSpec/MultipleExpectations` cop. ([@onk][]) @@ -278,5 +287,6 @@ [@timrogers]: https://github.com/timrogers [@yevhene]: https://github.com/yevhene [@walf443]: https://github.com/walf443 [@pirj]: https://github.com/pirj [@telmofcosta]: https://github.com/telmofcosta +[@EliseFitz15]: https://github.com/EliseFitz15