CHANGELOG.md in rubocop-capybara-2.17.1 vs CHANGELOG.md in rubocop-capybara-2.18.0
- old
+ new
@@ -1,9 +1,15 @@
# Changelog
## Edge (Unreleased)
+## 2.18.0 (2023-04-21)
+
+- Fix an offense message for `Capybara/SpecificFinders`. ([@ydah])
+- Expand `Capybara/NegationMatcher` to support `have_content` ([@OskarsEzerins])
+- Fix an incorrect autocorrect for `Capybara/CurrentPathExpectation` when matcher's argument is a method with a argument and no parentheses. ([@ydah])
+
## 2.17.1 (2023-02-13)
- Fix an incorrect autocorrect for `Capybara/CurrentPathExpectation`. ([@ydah])
- Fix a false negative for `Capybara/CurrentPathExpectation` when using `match`. ([@ydah])
- Fix a false positive and incorrect autocorrect for `Capybara/SpecificActions`, `Capybara/SpecificFinders` and `Capybara/SpecificMatcher`. ([@ydah])
@@ -45,9 +51,10 @@
[@aried3r]: https://github.com/aried3r
[@bquorning]: https://github.com/bquorning
[@darhazer]: https://github.com/Darhazer
[@onumis]: https://github.com/onumis
+[@oskarsezerins]: https://github.com/OskarsEzerins
[@pirj]: https://github.com/pirj
[@rspeicher]: https://github.com/rspeicher
[@timrogers]: https://github.com/timrogers
[@twalpole]: https://github.com/twalpole
[@ydah]: https://github.com/ydah