CHANGELOG.md in rubocop-rspec-1.17.1 vs CHANGELOG.md in rubocop-rspec-1.18.0
- old
+ new
@@ -1,9 +1,15 @@
# Change log
## Master (Unreleased)
+## 1.18.0 (2017-09-29)
+
+* Fix false positive in `Capybara/FeatureMethods`. ([@Darhazer][])
+* Add `RSpec/Capybara/CurrentPathExpectation` cop for feature specs, disallowing setting expectations on `current_path`. ([@timrogers][])
+* Fix false positive in `RSpec/LetBeforeExamples` cop when example group contains single let. ([@Darhazer][])
+
## 1.17.1 (2017-09-20)
* Improved `RSpec/ReturnFromStub` to handle string interpolation, hashes and do..end blocks. ([@Darhazer][])
* Fixed compatibility with JRuby. ([@zverok][])
@@ -246,5 +252,6 @@
[@rspeicher]: https://github.com/rspeicher
[@jonatas]: https://github.com/jonatas
[@pocke]: https://github.com/pocke
[@bmorrall]: https:/github.com/bmorrall
[@zverok]: https:/github.com/zverok
+[@timrogers]: https://github.com/timrogers