CHANGELOG.md in rubocop-rspec-1.9.0 vs CHANGELOG.md in rubocop-rspec-1.9.1

- old
+ new

@@ -1,8 +1,13 @@ # Change log ## Master (unreleased) +## 1.9.1 (2017-01-02) + +* Fix unintentional regression change in `NestedGroups` reported in #270. ([@backus][]) +* Change `MaxNesting` for `NestedGroups` from 2 to 3. ([@backus][]) + ## 1.9.0 (2016-12-29) * Add `MessageSpies` cop for enforcing consistent style of either `expect(...).to have_received` or `expect(...).to receive`, intended as a replacement for the `MessageExpectation` cop. ([@bquorning][]) * Fix `DescribeClass` to not flag `describe` at the top of a block of shared examples. ([@clupprich][]) * Add `SingleArgumentMessageChain` cop for recommending use of `receive` instead of `receive_message_chain` where possible. ([@bquorning][])