CHANGELOG.md in rubocop-rspec-1.12.0 vs CHANGELOG.md in rubocop-rspec-1.13.0
- old
+ new
@@ -1,9 +1,19 @@
# Change log
## Master (Unreleased)
+## 1.13.0 (2017-03-07)
+
+* Add repeated 'it' detection to `RSpec/ExampleWording` cop. ([@dgollahon][])
+* Add [observed_nesting/max_nesting] info to `RSpec/NestedGroups` messages. ([@dgollahon][])
+* Add `RSpec/ItBehavesLike` cop. ([@dgollahon][])
+* Add `RSpec/SharedContext` cop. ([@Darhazer][])
+* `Rspec/MultipleExpectations`: Count aggregate_failures block as single expectation. ([@Darhazer][])
+* Fix `ExpectActual` cop flagging `rspec-rails` routing specs. ([@backus][])
+* Fix `FilePath` cop not registering offenses for files like `spec/blog/user.rb` when it should be `spec/blog/user_spec.rb`. ([@backus][])
+
## 1.12.0 (2017-02-21)
* Add `RSpec/InstanceSpy` cop. ([@Darhazer][])
* Add `RSpec/BeforeAfterAll` for avoiding leaky global test setup. ([@cfabianski][])
@@ -184,5 +194,6 @@
[@clupprich]: https://github.com/clupprich
[@onk]: https://github.com/onk
[@Darhazer]: https://github.com/Darhazer
[@redross]: https://github.com/redross
[@cfabianski]: https://github.com/cfabianski
+[@dgollahon]: https://github.com/dgollahon