CHANGELOG.md in rubocop-rspec-1.3.1 vs CHANGELOG.md in rubocop-rspec-1.4.0

- old
+ new

@@ -1,19 +1,28 @@ # Change log -# 1.3.1 +## master (unreleased) +## 1.4.0 (15/02/2016) + +* Update to rubocop 0.37.2. ([@nijikon][]) +* Update ruby versions we test against. ([@nijikon][]) +* Add `RSpec::NotToNot` cop. ([@miguelfteixeira][]) +* Add `Rspec/AnyInstance` cop. ([@mlarraz][]) + +## 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 +## 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][]) -# 1.2.2 +## 1.2.2 * Make `RSpec::ExampleWording` case insensitive. ([@geniou][]) ## 1.2.1 @@ -60,7 +69,11 @@ [@andyw8]: https://github.com/andyw8i [@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 +[@nijikon]: https://github.com/nijikon [@pstengel]: https://github.com/pstengel +[@miguelfteixeira]: https://github.com/miguelfteixeira +[@mlarraz]: https://github.com/mlarraz