Fix railties/CHANGELOG.md for cookie_serializer

The framework defaults file sets the serializer to `:hybrid` instead of
`:marshal`, but we can just remove the actual setting and referer to the
defaults file instead. [ci-skip]
This commit is contained in:
Petrik 2021-09-16 09:48:06 +02:00
parent ceb4b94baa
commit b59620c155
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
or `config/initializers/cookies_serializer.rb`
The default value for `cookies_serializer` (`:json`) has been moved to `config.load_defaults("7.0")`.
The new framework defaults file sets the serializer to `:marshal`.
The new framework defaults file can be used to upgrade the serializer.
*Alex Ghiculescu*