CHANGELOG.md in rubocop-rspec-2.2.0 vs CHANGELOG.md in rubocop-rspec-2.3.0

- old
+ new

@@ -1,9 +1,16 @@ # Changelog ## Master (Unreleased) +## 2.3.0 (2021-04-28) + +* Allow `RSpec/ContextWording` to accept multi-word prefixes. ([@hosamaly][]) +* Drop support for ruby 2.4. ([@bquorning][]) +* Add `CountAsOne` configuration option to `RSpec/ExampleLength`. ([@stephannv][]) +* Fix a false positive for `RSpec/RepeatedExampleGroupBody` when `pending` or `skip` have argument(s). ([@Tietew][]) + ## 2.2.0 (2021-02-02) * Fix `HooksBeforeExamples`, `LeadingSubject`, `LetBeforeExamples` and `ScatteredLet` autocorrection to take into account inline comments and comments immediately before the moved node. ([@Darhazer][]) * Improve rubocop-rspec performance. ([@Darhazer][], [@bquorning][]) * Include `Enabled: true` to prevent a mismatched configuration parameter warning when `RSpec` cops are explicitly enabled in the user configuration. ([@pirj][]) @@ -601,5 +608,8 @@ [@Rafix02]: https://github.com/Rafix02 [@PhilCoggins]: https://github.com/PhilCoggins [@sl4vr]: https://github.com/sl4vr [@ahukkanen]: https://github.com/ahukkanen [@dvandersluis]: https://github.com/dvandersluis +[@hosamaly]: https://github.com/hosamaly +[@stephannv]: https://github.com/stephannv +[@Tietew]: https://github.com/Tietew