CHANGELOG.md in rubocop-rspec-1.29.1 vs CHANGELOG.md in rubocop-rspec-1.30.0
- old
+ new
@@ -1,9 +1,17 @@
# Change log
## Master (Unreleased)
+## 1.30.0 (2018-10-08)
+
+* Add config to `RSpec/VerifiedDoubles` to enforcement of verification on unnamed doubles. ([@BrentWheeldon][])
+* Fix `FactoryBot/AttributeDefinedStatically` not working when there is a non-symbol key. ([@vzvu3k6k][])
+* Fix false positive in `RSpec/ImplicitSubject` when `is_expected` is used inside `its()` block. ([@Darhazer][])
+* Add `single_statement_only` style to `RSpec/ImplicitSubject` as a more relaxed alternative to `single_line_only`. ([@Darhazer][])
+* Add `RSpec/UnspecifiedException` as a default cop to encourage more-specific `expect{}.to raise_error(ExceptionType)`, or `raise_exception` style handling of exceptions. ([@daveworth][])
+
## 1.29.1 (2018-09-01)
* Fix false negative in `FactoryBot/AttributeDefinedStatically` when attribute is defined on `self`. ([@Darhazer][])
* `RSpec/FactoryBot` cops will now also inspect the `spec/factories.rb` path by default. ([@bquorning][])
@@ -372,5 +380,8 @@
[@abrom]: https://github.com/abrom
[@patrickomatic]: https://github.com/patrickomatic
[@tdeo]: https://github.com/tdeo
[@composerinteralia]: https://github.com/composerinteralia
[@seanpdoyle]: https://github.com/seanpdoyle
+[@vzvu3k6k]: https://github.com/vzvu3k6k
+[@BrentWheeldon]: https://github.com/BrentWheeldon
+[@daveworth]: https://github.com/daveworth