CHANGELOG.md in rubocop-rspec-1.43.0 vs CHANGELOG.md in rubocop-rspec-1.43.1

- old
+ new

@@ -1,8 +1,12 @@ # Change log ## Master (Unreleased) +## 1.43.1 (2020-08-17) + +* Fix `RSpec/FilePath` when checking a file defining e.g. an empty class. ([@bquorning][]) + ## 1.43.0 (2020-08-17) * Add a new base cop class `::RuboCop::Cop::RSpec::Base`. The old base class `::RuboCop::Cop::RSpec::Cop` is deprecated, and will be removed in the next major release. ([@bquorning][]) * Add support for subject detection after includes and example groups in `RSpec/LeadingSubject`. ([@pirj][]) * Ignore trailing punctuation in context description prefix. ([@elliterate][])