CHANGELOG.md in rubocop-rspec-1.22.2 vs CHANGELOG.md in rubocop-rspec-1.23.0

- old
+ new

@@ -1,9 +1,16 @@ # Change log ## Master (Unreleased) +## 1.23.0 (2018-02-23) + +* Add `RSpec/Rails/HttpStatus` cop to enforce consistent usage of the status format (numeric or symbolic). ([@anthony-robin][], [@jojos003][]) +* Fix false negative in `RSpec/ReturnFromStub` when a constant is being returned by the stub. ([@Darhazer][]) +* Fix `FactoryBot/DynamicAttributeDefinedStatically` to handle dynamic attributes inside arrays/hashes. ([@abrom][]) +* Add `FactoryBot/StaticAttributeDefinedDynamically` (based on dynamic attribute cop). ([@abrom][]) + ## 1.22.2 (2018-02-01) * Fix error in `RSpec/DescribedClass` when working on an empty `describe` block. ([@bquorning][]) ## 1.22.1 (2018-01-17) @@ -296,5 +303,8 @@ [@yevhene]: https://github.com/yevhene [@walf443]: https://github.com/walf443 [@pirj]: https://github.com/pirj [@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