diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 22cffda934e76..3d9138ffcbab2 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -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.