CHANGELOG.md in rubocop-rspec-2.13.1 vs CHANGELOG.md in rubocop-rspec-2.13.2
- old
+ new
@@ -1,8 +1,15 @@
# Changelog
## Master (Unreleased)
+## 2.13.2 (2022-09-23)
+
+* Fix an error for `RSpec/Capybara/SpecificFinders` with no parentheses. ([@ydah][])
+* Fix a false positive for `RSpec/NoExpectationExample` with pending using `skip` or `pending` inside an example. ([@ydah][])
+* Exclude `have_text` and `have_content` that raise `ArgumentError` with `RSpec/Capybara/VisibilityMatcher` where `:visible` is an invalid option. ([@ydah][])
+* Fix a false negative for `RSpec/Capybara/VisibilityMatcher` with negative matchers. ([@ydah][])
+
## 2.13.1 (2022-09-12)
* Include config/obsoletion.yml in the gemspec. ([@hosamaly][])
## 2.13.0 (2022-09-12)