CHANGELOG.md in rubocop-rspec-1.24.0 vs CHANGELOG.md in rubocop-rspec-1.25.0
- old
+ new
@@ -1,9 +1,20 @@
# Change log
## Master (Unreleased)
+## 1.25.0 (2018-04-07)
+
+* Add `RSpec/SharedExamples` cop to enforce consistent usage of string to titleize shared examples. ([@anthony-robin][])
+* Add `RSpec/Be` cop to enforce passing argument to the generic `be` matcher. ([@Darhazer][])
+* Fix false positives in `StaticAttributeDefinedDynamically` and `ReturnFromStub` when a const is used in an array or hash. ([@Darhazer][])
+* Add `RSpec/Pending` cop to enforce no existing pending or skipped examples. This is disabled by default. ([@patrickomatic][])
+* Fix `RSpec/NestedGroups` cop support --auto-gen-config. ([@walf443][])
+* Fix false positives in `Capybara/FeatureMethods` when feature methods are used as property names in a factory. ([@Darhazer][])
+* Allow configuring enabled methods in `Capybara/FeatureMethods`. ([@Darhazer][])
+* Add `FactoryBot/CreateList` cop. ([@Darhazer][])
+
## 1.24.0 (2018-03-06)
* Compatibility with RuboCop v0.53.0. ([@bquorning][])
* The `Rails/HttpStatus` cop is unavailable if the `rack` gem cannot be loaded. ([@bquorning][])
* Fix `Rails/HttpStatus` not working with custom HTTP status codes. ([@bquorning][])
@@ -314,5 +325,6 @@
[@telmofcosta]: https://github.com/telmofcosta
[@EliseFitz15]: https://github.com/EliseFitz15
[@anthony-robin]: https://github.com/anthony-robin
[@jojos003]: https://github.com/jojos003
[@abrom]: https://github.com/abrom
+[@patrickomatic]: https://github.com/patrickomatic