CHANGELOG.md in rubocop-rspec-2.25.0 vs CHANGELOG.md in rubocop-rspec-2.26.0

- old
+ new

@@ -1,9 +1,17 @@ # Changelog ## Master (Unreleased) +## 2.26.0 (2024-01-04) + +- Add new `RSpec/RedundantPredicateMatcher` cop. ([@ydah]) +- Add new `RSpec/RemoveConst` cop. ([@swelther]) +- Add support for correcting "it will" (future tense) for `RSpec/ExampleWording`. ([@jdufresne]) +- Add support for `symbol` style for `RSpec/SharedExamples`. ([@jessieay]) +- Ensure `PendingWithoutReason` can detect violations inside shared groups. ([@robinaugh]) + ## 2.25.0 (2023-10-27) - Add support single quoted string and percent string and heredoc for `RSpec/Rails/HttpStatus`. ([@ydah]) - Change to be inline disable for `RSpec/SpecFilePathFormat` like `RSpec/FilePath`. ([@ydah]) - Fix a false positive for `RSpec/MetadataStyle` with example groups having multiple string arguments. ([@franzliedke]) @@ -853,11 +861,13 @@ [@harrylewis]: https://github.com/harrylewis [@hosamaly]: https://github.com/hosamaly [@ignaciovillaverde]: https://github.com/ignaciovillaverde [@jaredbeck]: https://github.com/jaredbeck [@jaredmoody]: https://github.com/jaredmoody +[@jdufresne]: https://github.com/jdufresne [@jeffreyc]: https://github.com/jeffreyc +[@jessieay]: https://github.com/jessieay [@jfragoulis]: https://github.com/jfragoulis [@johnny-miyake]: https://github.com/johnny-miyake [@jojos003]: https://github.com/jojos003 [@jonatas]: https://github.com/jonatas [@jtannas]: https://github.com/jtannas @@ -895,10 +905,11 @@ [@qqism]: https://github.com/QQism [@r7kamura]: https://github.com/r7kamura [@rafix02]: https://github.com/Rafix02 [@redross]: https://github.com/redross [@renanborgescampos]: https://github.com/renanborgescampos +[@robinaugh]: https://github.com/robinaugh [@robotdana]: https://github.com/robotdana [@rolfschmidt]: https://github.com/rolfschmidt [@rrosenblum]: https://github.com/rrosenblum [@rspeicher]: https://github.com/rspeicher [@rst-j]: https://github.com/RST-J @@ -907,9 +918,10 @@ [@seanpdoyle]: https://github.com/seanpdoyle [@sl4vr]: https://github.com/sl4vr [@smcgivern]: https://github.com/smcgivern [@splattael]: https://github.com/splattael [@stephannv]: https://github.com/stephannv +[@swelther]: https://github.com/swelther [@t3h2mas]: https://github.com/t3h2mas [@tdeo]: https://github.com/tdeo [@tejasbubane]: https://github.com/tejasbubane [@telmofcosta]: https://github.com/telmofcosta [@tietew]: https://github.com/Tietew