CHANGELOG.md in rubocop-capybara-2.17.0 vs CHANGELOG.md in rubocop-capybara-2.17.1
- old
+ new
@@ -1,13 +1,19 @@
# Changelog
## Edge (Unreleased)
-## 2.17.0 (TBD)
+## 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])
+
+## 2.17.0 (2022-12-29)
+
- Extracted from `rubocop-rspec` into a separate repository for easier use with Minitest/Cucumber. ([@pirj])
-## Previously (see rubocop-rspec's changelist for details)
+## Previously (see [rubocop-rspec's changelist](https://github.com/rubocop/rubocop-rspec/blob/9558719/CHANGELOG.md) for details)
- Fix a false positive for `Capybara/SpecificMatcher` when `have_css("a")` without attribute. ([@ydah])
- Add new `Capybara/NegationMatcher` cop. ([@ydah])
- Add new `Capybara/SpecificActions` cop. ([@ydah])
- Fix an error for `Capybara/SpecificFinders` with no parentheses. ([@ydah])