CHANGELOG.md in rubocop-rspec-1.30.1 vs CHANGELOG.md in rubocop-rspec-1.31.0

- old
+ new

@@ -1,9 +1,16 @@ # Change log ## Master (Unreleased) +## 1.31.0 (2019-01-02) + +* Add `IgnoreSharedExamples` option for `RSpec/NamedSubject`. ([@RST-J][]) +* Add autocorrect support for `Capybara/CurrentPathExpectation` cop. ([@ypresto][]) +* Add support for built-in `exists` matcher for `RSpec/PredicateMatcher` cop. ([@mkenyon][]) +* `SingleArgumentMessageChain` no longer reports an array as it's only argument as an offense. ([@Darhazer][]) + ## 1.30.1 (2018-11-01) * `FactoryBot/CreateList` now ignores `times` blocks with an argument. ([@Darhazer][]) ## 1.30.0 (2018-10-08) @@ -387,5 +394,8 @@ [@composerinteralia]: https://github.com/composerinteralia [@seanpdoyle]: https://github.com/seanpdoyle [@vzvu3k6k]: https://github.com/vzvu3k6k [@BrentWheeldon]: https://github.com/BrentWheeldon [@daveworth]: https://github.com/daveworth +[@RST-J]: https://github.com/RST-J +[@ypresto]: https://github.com/ypresto +[@mkenyon]: https://github.com/mkenyon