CHANGELOG.md in rubocop-rspec-2.0.1 vs CHANGELOG.md in rubocop-rspec-2.1.0

- old
+ new

@@ -1,9 +1,14 @@ # Changelog ## Master (Unreleased) +## 2.1.0 (2020-12-17) + +* Fix `RSpec/FilePath` false positive for relative file path runs with long namespaces. ([@ahukkanen][]) +* Update `RSpec/Focus` to have auto-correction. ([@dvandersluis][]) + ## 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) @@ -588,5 +593,7 @@ [@biinari]: https://github.com/biinari [@koic]: https://github.com/koic [@Rafix02]: https://github.com/Rafix02 [@PhilCoggins]: https://github.com/PhilCoggins [@sl4vr]: https://github.com/sl4vr +[@ahukkanen]: https://github.com/ahukkanen +[@dvandersluis]: https://github.com/dvandersluis