CHANGELOG.md in rubocop-rspec-1.5.0 vs CHANGELOG.md in rubocop-rspec-1.5.1
- old
+ new
@@ -1,9 +1,12 @@
# Change log
-## master (unreleased)
+## 1.5.1 (2016-07-20)
+* Fix `unrecognized parameter RSpec/VerifiedDoubles:IgnoreSymbolicNames` warning. ([@jeffreyc][])
+* Update to rubocop 0.41.2. ([@backus][])
+
## 1.5.0 (2016-05-17)
* Expand `VerifiedDoubles` cop to check for `spy` as well as `double`. ([@andyw8][])
* Enable `VerifiedDoubles` cop by default. ([@andyw8][])
* Add `IgnoreSymbolicNames` option for `VerifiedDoubles` cop. ([@andyw8][])
@@ -85,10 +88,11 @@
* Add `RSpecInstanceVariable` cop to check for the usage of instance variables. ([@geniou][])
<!-- Contributors -->
[@andyw8]: https://github.com/andyw8
+[@backus]: https://github.com/backus
[@bquorning]: https://github.com/bquorning
[@deivid-rodriguez]: https://github.com/deivid-rodriguez
[@geniou]: https://github.com/geniou
[@jawshooah]: https://github.com/jawshooah
[@nevir]: https://github.com/nevir
@@ -97,5 +101,6 @@
[@miguelfteixeira]: https://github.com/miguelfteixeira
[@mlarraz]: https://github.com/mlarraz
[@renanborgescampos]: https://github.com/renanborgescampos
[@jaredmoody]: https://github.com/jaredmoody
[@baberthal]: https://github.com/baberthal
+[@jeffreyc]: https://github.com/jeffreyc