CHANGELOG.md in rubocop-rspec-1.39.0 vs CHANGELOG.md in rubocop-rspec-1.40.0
- old
+ new
@@ -1,9 +1,19 @@
# Change log
## Master (Unreleased)
+## 1.40.0 (2020-06-11)
+
+* Add new `RSpec/VariableName` cop. ([@tejasbubane][])
+* Add new `RSpec/VariableDefinition` cop. ([@tejasbubane][])
+* Expand `Capybara/VisibilityMatcher` to support more than just `have_selector`. ([@twalpole][])
+* Add new `SpecSuffixOnly` option to `RSpec/FilePath` cop. ([@zdennis][])
+* Allow `RSpec/RepeatedExampleGroupBody` to differ only by described_class. ([@robotdana][])
+* Fix `RSpec/FilePath` detection across sibling directories. ([@rolfschmidt][])
+* Improve the performance of `RSpec/SubjectStub` by an order of magnitude. ([@andrykonchin][])
+
## 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][])
@@ -501,5 +511,10 @@
[@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
+[@twalpole]: https://github.com/twalpole
+[@zdennis]: https://github.com/zdennis
+[@robotdana]: https://github.com/robotdana
+[@rolfschmidt]: https://github.com/rolfschmidt
+[@andrykonchin]: https://github.com/andrykonchin