CHANGELOG.md in rubocop-rspec-1.25.0 vs CHANGELOG.md in rubocop-rspec-1.25.1

- old
+ new

@@ -1,9 +1,14 @@ # Change log ## Master (Unreleased) +## 1.25.1 (2018-04-10) + +* Fix false positive in `RSpec/Pending` cop when pending is used as a method name. ([@Darhazer][]) +* Fix `FactoryBot/DynamicAttributeDefinedStatically` false positive when using symbol proc argument for a sequence. ([@tdeo][]) + ## 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][]) @@ -326,5 +331,6 @@ [@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 +[@tdeo]: https://github.com/tdeo