CHANGELOG.md in rubocop-rspec-2.11.1 vs CHANGELOG.md in rubocop-rspec-2.12.0

- old
+ new

@@ -1,9 +1,20 @@ # Changelog ## Master (Unreleased) +## 2.12.0 (2022-07-02) + +* Fix incorrect path suggested by `RSpec/FilePath` cop when second argument contains spaces. ([@tejasbubane][]) +* Fix autocorrect for EmptyLineSeparation. ([@johnny-miyake][]) +* Add new `RSpec/Capybara/SpecificMatcher` cop. ([@ydah][]) +* Fixed false offense detection in `FactoryBot/CreateList` when a n.times block is including method calls in the factory create arguments. ([@ngouy][]) +* Fix error in `RSpec/RSpec/FactoryBot/CreateList` cop for empty block. ([@tejasbubane][]) +* Update `RSpec/MultipleExpectations` cop documentation with examples of aggregate_failures use. ([@edgibbs][]) +* Declare autocorrect as unsafe for `RSpec/VerifiedDoubleReference`. ([@Drowze][]) +* Add new `RSpec/Rails/HaveHttpStatus` cop. ([@akiomik][]) + ## 2.11.1 (2022-05-18) * Fix a regression in `RSpec/ExpectChange` flagging chained method calls. ([@pirj][]) ## 2.11.0 (2022-05-18) @@ -692,5 +703,10 @@ [@oshiro3]: https://github.com/oshiro3 [@ydah]: https://github.com/ydah [@t3h2mas]: https://github.com/t3h2mas [@M-Yamashita01]: https://github.com/M-Yamashita01 [@luke-hill]: https://github.com/luke-hill +[@johnny-miyake]: https://github.com/johnny-miyake +[@ngouy]: https://github.com/ngouy +[@edgibbs]: https://github.com/edgibbs +[@Drowze]: https://github.com/Drowze +[@akiomik]: https://github.com/akiomik