CHANGELOG.md in rubocop-rspec-2.0.0 vs CHANGELOG.md in rubocop-rspec-2.0.1
- old
+ new
@@ -1,8 +1,12 @@
# Changelog
## Master (Unreleased)
+## 2.0.1 (2020-12-02)
+
+* Fixed infinite loop in `RSpec/ExpectActual` autocorrection when both expected and actual values are literals. ([@Darhazer][])
+
## 2.0.0 (2020-11-06)
* Remove deprecated class `::RuboCop::Cop::RSpec::Cop`. ([@bquorning][])
* Retire `RSpec/InvalidPredicateMatcher` cop. ([@pirj][])
* Remove the code responsible for filtering files to inspect. ([@pirj][])