CHANGELOG.md in rubocop-capybara-2.18.0 vs CHANGELOG.md in rubocop-capybara-2.19.0
- old
+ new
@@ -1,12 +1,21 @@
# Changelog
## Edge (Unreleased)
+## 2.19.0 (2023-09-20)
+
+- Add new `Capybara/RSpec/PredicateMatcher` cop. ([@ydah])
+- Add new `Capybara/RSpec/HaveSelector` cop. ([@ydah])
+- Add new `Capybara/ClickLinkOrButtonStyle` cop. ([@ydah])
+- Fix a false positive for `Capybara/SpecificFinders` when `find` with kind option. ([@ydah])
+- Fix an incorrect autocorrect for `Capybara/CurrentPathExpectation`. ([@ydah])
+- Drop Ruby 2.6 support. ([@ydah])
+
## 2.18.0 (2023-04-21)
- Fix an offense message for `Capybara/SpecificFinders`. ([@ydah])
-- Expand `Capybara/NegationMatcher` to support `have_content` ([@OskarsEzerins])
+- 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])