CHANGELOG.md in rubocop-rspec-2.27.0 vs CHANGELOG.md in rubocop-rspec-2.27.1
- old
+ new
@@ -1,8 +1,13 @@
# Changelog
## Master (Unreleased)
+## 2.27.1 (2024-03-03)
+
+- Fix a false positive for `RSpec/RepeatedSubjectCall` when `subject.method_call`. ([@ydah])
+- Add configuration option `OnlyStaticConstants` to `RSpec/DescribedClass`. ([@ydah])
+
## 2.27.0 (2024-03-01)
- Add new `RSpec/IsExpectedSpecify` cop. ([@ydah])
- Add new `RSpec/RepeatedSubjectCall` cop. ([@drcapulet])
- Add support for `assert_true`, `assert_false`, `assert_not_equal`, `assert_not_nil`, `*_empty`, `*_predicate`, `*_kind_of`, `*_in_delta`, `*_match`, `*_instance_of` and `*_includes` assertions in `RSpec/Rails/MinitestAssertions`. ([@ydah], [@G-Rath])