CHANGELOG.md in rubocop-capybara-2.19.0 vs CHANGELOG.md in rubocop-capybara-2.20.0

- old
+ new

@@ -1,8 +1,17 @@ # Changelog ## Edge (Unreleased) +## 2.20.0 (2024-01-03) + +- Change to default `EnforcedStyle: link_or_button` for `Capybara/ClickLinkOrButtonStyle` cop. ([@ydah]) +- Fix a false negative for `RSpec/HaveSelector` when first argument is dstr node. ([@ydah]) +- Add new `Capybara/RedundantWithinFind` cop. ([@ydah]) +- Fix an invalid attributes parse when name with multiple `[]` for `Capybara/SpecificFinders` and `Capybara/SpecificActions` and `Capybara/SpecificMatcher`. ([@ydah]) +- Change to default `EnforcedStyle: have_no` for `Capybara/NegationMatcher` cop. ([@ydah]) +- Fix a false positive for `Capybara/SpecificMatcher` when `text:` or `exact_text:` with regexp. ([@ydah]) + ## 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])