CHANGELOG.md in rubocop-rspec-1.41.0 vs CHANGELOG.md in rubocop-rspec-1.42.0

- old
+ new

@@ -1,8 +1,12 @@ # Change log ## Master (Unreleased) +## 1.42.0 (2020-07-09) + +* Update RuboCop dependency to 0.87.0 because of changes to internal APIs. ([@bquorning][], [@Darhazer][]) + ## 1.41.0 (2020-07-03) * Extend the list of Rails spec types for `RSpec/DescribeClass`. ([@pirj][]) * Fix `FactoryBot/AttributeDefinedStatically` to allow `#traits_for_enum` without a block. ([@harrylewis][]) * Improve the performance of `FactoryBot/AttributeDefinedStatically`, `RSpec/InstanceVariable`, `RSpec/LetSetup`, `RSpec/NestedGroups` and `RSpec/ReturnFromStub`. ([@andrykonchin][])