CHANGELOG.md in rubocop-rspec-2.1.0 vs CHANGELOG.md in rubocop-rspec-2.2.0
- old
+ new
@@ -1,8 +1,14 @@
# Changelog
## Master (Unreleased)
+## 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][])
+
## 2.1.0 (2020-12-17)
* Fix `RSpec/FilePath` false positive for relative file path runs with long namespaces. ([@ahukkanen][])
* Update `RSpec/Focus` to have auto-correction. ([@dvandersluis][])