CHANGELOG.md in rubocop-rspec-1.10.0 vs CHANGELOG.md in rubocop-rspec-1.11.0
- old
+ new
@@ -1,9 +1,15 @@
# Change log
## Master (unreleased)
+## 1.11.0 (2017-02-16)
+
+* Add `AroundBlock` cop. ([@Darhazer][])
+* Add `EnforcedStyle` configuration for `RSpec/DescribedClass` cop. ([@Darhazer][])
+* Fix false positive for `RSpec/RepeatedExample` cop. ([@redross][])
+
## 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][])
@@ -170,5 +176,7 @@
[@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
+[@Darhazer]: https://github.com/Darhazer
+[@redross]: https://github.com/redross