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

- old
+ new

@@ -1,8 +1,13 @@ # Changelog ## Edge (Unreleased) +## 2.21.0 (2024-06-08) + +- Fix a false negative for `Capybara/NegationMatcher` when using `to_not`. ([@ydah]) +- Fix a false negative for `Capybara/SpecificFinders` when using `find(:id, 'some-id')`. ([@ydah]) + ## 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])