CHANGELOG.md in rubocop-rspec-1.37.0 vs CHANGELOG.md in rubocop-rspec-1.37.1
- old
+ new
@@ -1,9 +1,14 @@
# Change log
## Master (Unreleased)
+## 1.37.1 (2019-12-16)
+
+* Improve message and description of `FactoryBot/FactoryClassName`. ([@ybiquitous][])
+* Fix `FactoryBot/FactoryClassName` to ignore `Hash` and `OpenStruct`. ([@jfragoulis][])
+
## 1.37.0 (2019-11-25)
* Implement `RSpec/DescribedClassModuleWrapping` to disallow RSpec statements within a module. ([@kellysutton][])
* Fix documentation rake task to support Rubocop 0.75. ([@nickcampbell18][])
* Fix `RSpec/SubjectStub` to detect implicit subjects stubbed. ([@QQism][])
@@ -464,5 +469,6 @@
[@nickcampbell18]: https://github.com/nickcampbell18
[@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