CHANGELOG.md in rubocop-rspec-1.36.0 vs CHANGELOG.md in rubocop-rspec-1.37.0
- old
+ new
@@ -1,9 +1,18 @@
# Change log
## Master (Unreleased)
+## 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][])
+* Fix `RSpec/Pending` not flagging `skip` with string values. ([@pirj][])
+* Add `AllowedExplicitMatchers` config option for `RSpec/PredicateMatcher`. ([@mkrawc][])
+* Add `FactoryBot/FactoryClassName` cop. ([@jfragoulis][])
+
## 1.36.0 (2019-09-27)
* Fix `RSpec/DescribedClass`'s error when `described_class` is used as part of a constant. ([@pirj][])
* Fix `RSpec/ExampleWording` autocorrect of multi-line docstrings. ([@pirj][])
* Add `RSpec/ContextMethod` cop, to detect method names in `context`. ([@geniou][])
@@ -450,5 +459,10 @@
[@gsamokovarov]: https://github.com/gsamokovarov
[@schmijos]: https://github.com/schmijos
[@foton]: https://github.com/foton
[@nc-holodakg]: https://github.com/nc-holodakg
[@onumis]: https://github.com/onumis
+[@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