CHANGELOG.md in rubocop-rspec-2.23.0 vs CHANGELOG.md in rubocop-rspec-2.23.1
- old
+ new
@@ -1,8 +1,13 @@
# Changelog
## Master (Unreleased)
+## 2.23.1 (2023-08-07)
+
+- Mark to `Safe: false` for `RSpec/Rails/NegationBeValid` cop. ([@ydah])
+- Declare autocorrect as unsafe for `RSpec/ReceiveMessages`. ([@bquorning])
+
## 2.23.0 (2023-07-30)
- Add new `RSpec/Rails/NegationBeValid` cop. ([@ydah])
- Fix a false negative for `RSpec/ExcessiveDocstringSpacing` when finds description with em space. ([@ydah])
- Fix a false positive for `RSpec/EmptyExampleGroup` when example group with examples defined in `if` branch inside iterator. ([@ydah])