CHANGELOG.md in rubocop-rspec-1.14.0 vs CHANGELOG.md in rubocop-rspec-1.15.0
- old
+ new
@@ -1,9 +1,14 @@
# Change log
## Master (Unreleased)
+## 1.15.0 (2017-05-24)
+
+* Add `RSpec/DescribeSymbol` cop. ([@tsigo][])
+* Fix error when `RSpec/OverwritingSetup` and `RSpec/ScatteredLet` analyzed empty example groups. ([@backus][])
+
## 1.14.0 (2017-03-24)
* Add `RSpec/OverwritingSetup` cop. ([@Darhazer][])
* Add autocorrect support for `RSpec/LeadingSubject` cop. ([@Darhazer][])
* Add `RSpec/ScatteredLet` cop. ([@Darhazer][])
@@ -204,5 +209,6 @@
[@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
+[@tsigo]: https://github.com/tsigo