CHANGELOG.md in rubocop-rspec-1.35.0 vs CHANGELOG.md in rubocop-rspec-1.36.0
- old
+ new
@@ -1,9 +1,20 @@
# Change log
## Master (Unreleased)
+## 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][])
+* Update RuboCop dependency to 0.68.1 with support for children matching node pattern syntax. ([@pirj][])
+* Add `RSpec/EmptyLineAfterExample` cop to check that there is an empty line after example blocks. ([@pirj][])
+* Fix `Capybara/CurrentPathExpectation` auto-corrector, to include option `ignore_query: true`. ([@onumis][])
+* Fix `RSpec/Focus` detecting mixed array/hash metadata. ([@dgollahon][])
+* Fix `RSpec/Focus` to also detect `pending` examples. ([@dgollahon][])
+
## 1.35.0 (2019-08-02)
* Add `RSpec/ImplicitBlockExpectation` cop. ([@pirj][])
## 1.34.1 (2019-07-31)
@@ -438,5 +449,6 @@
[@mkenyon]: https://github.com/mkenyon
[@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