CHANGELOG.md in rubocop-rspec-1.9.1 vs CHANGELOG.md in rubocop-rspec-1.10.0
- old
+ new
@@ -1,9 +1,19 @@
# Change log
## Master (unreleased)
+## 1.10.0 (2017-01-15)
+
+* Fix false negative for `RSpec/MessageSpies` cop. ([@onk][])
+* Fix internal dependencies on RuboCop to be compatible with 0.47 release. ([@backus][])
+* Add autocorrect support for `SingleArgumentMessageChain` cop. ([@bquorning][])
+* Rename `NestedGroups`' configuration key from `MaxNesting` to `Max` in order to be consistent with other cop configuration. ([@backus][])
+* Add `RepeatedExample` cop for detecting repeated examples within example groups. ([@backus][])
+* Add `ScatteredSetup` cop for enforcing that only one `before`, `around`, and `after` hook are used per example group scope. ([@backus][])
+* Add `ExpectOutput` cop for recommending `expect { ... }.to output(...).to_stdout`. ([@backus][])
+
## 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][])
@@ -159,5 +169,6 @@
[@renanborgescampos]: https://github.com/renanborgescampos
[@jaredmoody]: https://github.com/jaredmoody
[@baberthal]: https://github.com/baberthal
[@jeffreyc]: https://github.com/jeffreyc
[@clupprich]: https://github.com/clupprich
+[@onk]: https://github.com/onk