CHANGELOG.md in rubocop-rspec-1.17.0 vs CHANGELOG.md in rubocop-rspec-1.17.1
- old
+ new
@@ -1,9 +1,14 @@
# Change log
## Master (Unreleased)
+## 1.17.1 (2017-09-20)
+
+* Improved `RSpec/ReturnFromStub` to handle string interpolation, hashes and do..end blocks. ([@Darhazer][])
+* Fixed compatibility with JRuby. ([@zverok][])
+
## 1.17.0 (2017-09-14)
* Add `RSpec/Capybara` namespace including the first cop for feature specs: `Capybara/FeatureMethods`. ([@rspeicher][])
* Update to RuboCop 0.50.0. ([@bquorning][])
@@ -240,5 +245,6 @@
[@dgollahon]: https://github.com/dgollahon
[@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