CHANGELOG.md in rubocop-rspec-1.2.0 vs CHANGELOG.md in rubocop-rspec-1.2.1
- old
+ new
@@ -1,7 +1,11 @@
# Change log
+## 1.2.1
+
+* Add `RSpec::VerifiedDoubles` cop. ([@andyw8][])
+
## 1.2.0
* Drop support of ruby `1.9.2`. ([@geniou][])
* Update to RuboCop `~> 0.24`. ([@geniou][])
* Add `autocorrect` to `RSpec::ExampleWording`. This experimental - use with care and check the changes. ([@geniou][])
@@ -37,8 +41,9 @@
* Add `RSpecDescribedClass` to promote the use of `described_class`. ([@geniou][])
* Add `RSpecInstanceVariable` cop to check for the usage of instance variables. ([@geniou][])
<!-- Contributors -->
+[@andyw8]: https://github.com/andyw8
[@geniou]: https://github.com/geniou
[@nevir]: https://github.com/nevir
[@pstengel]: https://github.com/pstengel