CHANGELOG.md in rubocop-rspec-1.37.1 vs CHANGELOG.md in rubocop-rspec-1.38.0
- old
+ new
@@ -1,9 +1,19 @@
# Change log
## Master (Unreleased)
+## 1.38.0 (2020-02-11)
+
+* Fix `RSpec/InstanceVariable` detection inside custom matchers. ([@pirj][])
+* Fix `RSpec/ScatteredSetup` to distinguish hooks with different metadata. ([@pirj][])
+* Add autocorrect support for `RSpec/ExpectActual` cop. ([@dduugg][], [@pirj][])
+* Add `RSpec/RepeatedExampleGroupBody` cop. ([@lazycoder9][])
+* Add `RSpec/RepeatedExampleGroupDescription` cop. ([@lazycoder9][])
+* Add block name and other lines to `RSpec/ScatteredSetup` message. ([@elebow][])
+* Fix `RSpec/RepeatedDescription` to take into account example metadata. ([@lazycoder9][])
+
## 1.37.1 (2019-12-16)
* Improve message and description of `FactoryBot/FactoryClassName`. ([@ybiquitous][])
* Fix `FactoryBot/FactoryClassName` to ignore `Hash` and `OpenStruct`. ([@jfragoulis][])
@@ -470,5 +480,8 @@
[@QQism]: https://github.com/QQism
[@kellysutton]: https://github.com/kellysutton
[@mkrawc]: https://github.com/mkrawc
[@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