CHANGELOG.md in rubocop-rspec-2.20.0 vs CHANGELOG.md in rubocop-rspec-2.21.0
- old
+ new
@@ -1,8 +1,16 @@
# Changelog
## Master (Unreleased)
+## 2.21.0 (2023-05-05)
+
+- Fix a false positive in `RSpec/IndexedLet` with suffixes after index-like numbers. ([@pirj])
+- Fix an error for `RSpec/Rails/HaveHttpStatus` with comparison with strings containing non-numeric characters. ([@ydah])
+- Fix an error for `RSpec/MatchArray` when `match_array` with no argument. ([@ydah])
+- Add support `a_block_changing` and `changing` for `RSpec/ChangeByZero`. ([@ydah])
+- Drop Ruby 2.6 support. ([@ydah])
+
## 2.20.0 (2023-04-18)
- Add new `RSpec/IndexedLet` cop. ([@dmitrytsepelev])
- Add new `RSpec/BeEmpty` cop. ([@ydah], [@bquorning])
- Add autocorrect support for `RSpec/ScatteredSetup`. ([@ydah])