CHANGELOG.md in rubocop-rspec-3.1.0 vs CHANGELOG.md in rubocop-rspec-3.2.0
- old
+ new
@@ -1,8 +1,14 @@
# Changelog
## Master (Unreleased)
+## 3.2.0 (2024-10-26)
+
+- Fix `RSpec/VoidExpect` to only operate inside an example block. ([@corsonknowles])
+- Change `RSpec/ContextWording` cop to always report an offense when both `Prefixes` and `AllowedPatterns` are empty. ([@ydah])
+- Add support for `and` and `or` compound matchers to `RSpec/ChangeByZero` cop. ([@ydah])
+
## 3.1.0 (2024-10-01)
- Add `RSpec/StringAsInstanceDoubleConstant` to check for and correct strings used as instance_doubles. ([@corsonknowles])
- Fix false-positive for `RSpec/UnspecifiedException` when a method is literally named `raise_exception`. ([@aarestad])
- Fix false-positive for `RSpec/UnspecifiedException` when `not_to raise_error` is used within a block. ([@aarestad], [@G-Rath])