CHANGELOG.md in rubocop-rspec-3.0.4 vs CHANGELOG.md in rubocop-rspec-3.0.5
- old
+ new
@@ -1,9 +1,14 @@
# Changelog
## Master (Unreleased)
+## 3.0.5 (2024-09-07)
+
+- Fix false-negative and error for `RSpec/MetadataStyle` when non-literal args are used in metadata in `EnforceStyle: hash`. ([@cbliard])
+- Improve offense message for `RSpec/IndexedLet`. ([@earlopain])
+
## 3.0.4 (2024-08-05)
- Fix false-negative for `UnspecifiedException` when matcher is chained. ([@r7kamura])
## 3.0.3 (2024-07-12)
@@ -909,9 +914,10 @@
[@biinari]: https://github.com/biinari
[@bmorrall]: https://github.com/bmorrall
[@bquorning]: https://github.com/bquorning
[@brentwheeldon]: https://github.com/BrentWheeldon
[@brianhawley]: https://github.com/BrianHawley
+[@cbliard]: https://github.com/cbliard
[@cfabianski]: https://github.com/cfabianski
[@clupprich]: https://github.com/clupprich
[@composerinteralia]: https://github.com/composerinteralia
[@corydiamand]: https://github.com/corydiamand
[@darhazer]: https://github.com/Darhazer