CHANGELOG.md in rubocop-rspec-1.19.0 vs CHANGELOG.md in rubocop-rspec-1.20.0

- old
+ new

@@ -1,9 +1,20 @@ # Change log ## Master (Unreleased) +## 1.20.0 (2017-11-09) + +* Rename namespace `FactoryGirl` to `FactoryBot` following original library update. ([@walf443][]) +* Fix exception in `RSpec/ReturnFromStub` on empty block. ([@yevhene][]) +* Add `RSpec/ContextWording` cop. ([@pirj][], [@telmofcosta][]) +* Fix `RSpec/SubjectStub` cop matches receive message inside all matcher. ([@walf443][]) + +## 1.19.0 (2017-10-18) + +Compatibility release so users can upgrade RuboCop to 0.51.0. No new features. + ## 1.18.0 (2017-09-29) * Fix false positive in `Capybara/FeatureMethods`. ([@Darhazer][]) * Add `RSpec/Capybara/CurrentPathExpectation` cop for feature specs, disallowing setting expectations on `current_path`. ([@timrogers][]) * Fix false positive in `RSpec/LetBeforeExamples` cop when example group contains single let. ([@Darhazer][]) @@ -253,5 +264,9 @@ [@jonatas]: https://github.com/jonatas [@pocke]: https://github.com/pocke [@bmorrall]: https:/github.com/bmorrall [@zverok]: https:/github.com/zverok [@timrogers]: https://github.com/timrogers +[@yevhene]: https://github.com/yevhene +[@walf443]: https://github.com/walf443 +[@pirj]: https://github.com/pirj +[@telmofcosta]: https://github.com/telmofcosta