CHANGELOG.md in rubocop-rspec-2.17.1 vs CHANGELOG.md in rubocop-rspec-2.18.0
- old
+ new
@@ -1,8 +1,12 @@
# Changelog
## Master (Unreleased)
+## 2.18.0 (2023-01-16)
+
+- Extract Capybara cops to a separate repository. ([@pirj])
+
## 2.17.1 (2023-01-16)
- Fix a false negative for `RSpec/Pending` when using skipped in metadata is multiline string. ([@ydah])
- Fix a false positive for `RSpec/NoExpectationExample` when using skipped in metadata is multiline string. ([@ydah])
- Fix a false positive for `RSpec/ContextMethod` when multi-line context with `#` at the beginning. ([@ydah])