CHANGELOG.md in rubocop-rspec-1.7.0 vs CHANGELOG.md in rubocop-rspec-1.8.0
- old
+ new
@@ -1,8 +1,15 @@
# Change log
## Master (unreleased)
+## 1.8.0 (2016-10-27)
+
+* Optionally ignore method names in the `describe` argument when running the `FilePath` cop. ([@bquorning][])
+* Fix regression in how `FilePath` converts alphanumeric class names into paths. ([@bquorning][])
+* Add `ImplicitExpect` cop for enforcing `should` vs. `is_expected.to`. ([@backus][])
+* Disable `MessageExpectation` cop in the default configuration. ([@bquorning][])
+
## 1.7.0 (2016-08-24)
* Add support for checking all example groups with `ExampleLength`. ([@backus][])
* Add support for checking shared example groups for `DescribedClass`. ([@backus][])
* Add support for checking `its` from [rspec-its](https://github.com/rspec/rspec-its). ([@backus][])