Skip to content

Commit b59620c

Browse files
committed
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]
1 parent ceb4b94 commit b59620c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
or `config/initializers/cookies_serializer.rb`
1111

1212
The default value for `cookies_serializer` (`:json`) has been moved to `config.load_defaults("7.0")`.
13-
The new framework defaults file sets the serializer to `:marshal`.
13+
The new framework defaults file can be used to upgrade the serializer.
1414

1515
*Alex Ghiculescu*
1616

0 commit comments

Comments
 (0)