CHANGELOG.md in rubocop-rspec-1.23.0 vs CHANGELOG.md in rubocop-rspec-1.24.0
- old
+ new
@@ -1,8 +1,16 @@
# Change log
## Master (Unreleased)
+## 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][])
+* Fix `FactoryBot/StaticAttributeDefinedDynamically` to handle empty block. ([@abrom][])
+* Fix false positive in `FactoryBot/DynamicAttributeDefinedStatically` when a before/after callback has a symbol proc argument. ([@abrom][])
+
## 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][])