Skip to content

Commit

Permalink
Fix final CHANGELOG lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ttstarck committed Jan 30, 2024
1 parent 1d5b88c commit f30682e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
*
* Run `ActiveSupport::TestCase` `setup` and `teardown` callbacks in `setup` and `teardown` Minitest Lifecycle hooks instead of `before_setup` and `after_teardown` (respectively).
* Run `ActiveSupport::TestCase` `setup` and `teardown` callbacks in `setup` and `teardown` Minitest Lifecycle hooks instead of `before_setup` and `after_teardown` (respectively).

*Tristan Starck*
* Include `IPAddr#prefix` when serializing an `IPAddr` using the

* Include `IPAddr#prefix` when serializing an `IPAddr` using the
`ActiveSupport::MessagePack` serializer. This change is backward and forward
compatible — old payloads can still be read, and new payloads will be
readable by older versions of Rails.
Expand Down

0 comments on commit f30682e

Please sign in to comment.