CHANGELOG.md in rubocop-rspec-1.3.0 vs CHANGELOG.md in rubocop-rspec-1.3.1
- old
+ new
@@ -1,7 +1,12 @@
# Change log
+# 1.3.1
+
+* Fix auto correction issue - syntax had changed in RuboCop v0.31. ([@bquorning][])
+* Add RuboCop clone to vendor folder - see #39 for details. ([@bquorning][])
+
# 1.3.0
* Ignore non string arguments for FilePathCop - thanks to @deivid-rodriguez. ([@geniou][])
* Skip DescribeMethod cop for tagged specs. ([@deivid-rodriguez][])
* Skip DescribeClass cop for feature/request specs. ([@deivid-rodriguez][])
@@ -51,10 +56,11 @@
* 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
+[@andyw8]: https://github.com/andyw8i
+[@bquorning]: https://github.com/bquorning
[@deivid-rodriguez]: https://github.com/deivid-rodriguez
[@geniou]: https://github.com/geniou
[@nevir]: https://github.com/nevir
[@pstengel]: https://github.com/pstengel