CHANGELOG.md in rubocop-rspec-1.38.1 vs CHANGELOG.md in rubocop-rspec-1.39.0

- old
+ new

@@ -1,9 +1,19 @@ # Change log ## Master (Unreleased) +## 1.39.0 (2020-05-01) + +* Fix `RSpec/FilePath` detection when absolute path includes test subject. ([@eitoball][]) +* Add new `Capybara/VisibilityMatcher` cop. ([@aried3r][]) +* Ignore String constants by `RSpec/Describe`. ([@AlexWayfer][]) +* Drop support for ruby 2.3. ([@bquorning][]) +* Fix multiple cops to detect `let` with proc argument. ([@tejasbubane][]) +* Add autocorrect support for `RSpec/ScatteredLet`. ([@Darhazer][]) +* Add new `RSpec/EmptyHook` cop. ([@tejasbubane][]) + ## 1.38.1 (2020-02-15) * Fix `RSpec/RepeatedDescription` to detect descriptions with interpolation and methods. ([@lazycoder9][]) ## 1.38.0 (2020-02-11) @@ -487,5 +497,9 @@ [@jfragoulis]: https://github.com/jfragoulis [@ybiquitous]: https://github.com/ybiquitous [@dduugg]: https://github.com/dduugg [@lazycoder9]: https://github.com/lazycoder9 [@elebow]: https://github.com/elebow +[@eitoball]: https://github.com/eitoball +[@aried3r]: https://github.com/aried3r +[@AlexWayfer]: https://github.com/AlexWayfer +[@tejasbubane]: https://github.com/tejasbubane