CHANGELOG.md in rubocop-rspec-1.13.0 vs CHANGELOG.md in rubocop-rspec-1.14.0

- old
+ new

@@ -1,8 +1,17 @@ # Change log ## Master (Unreleased) +## 1.14.0 (2017-03-24) + +* Add `RSpec/OverwritingSetup` cop. ([@Darhazer][]) +* Add autocorrect support for `RSpec/LeadingSubject` cop. ([@Darhazer][]) +* Add `RSpec/ScatteredLet` cop. ([@Darhazer][]) +* Add `RSpec/IteratedExpectation` cop. ([@Darhazer][]) +* Add `RSpec/EmptyLineAfterSubject` cop. ([@Darhazer][]) +* Add `RSpec/EmptyLineAfterFinalLet` cop. ([@Darhazer][]) + ## 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][])