Merge pull request #43225 from p8/railties/fix-initializers-changelog

Fix railties/CHANGELOG.md for cookie_serializer
This commit is contained in:
Ryuta Kamizono 2021-09-16 17:13:10 +09:00 committed by GitHub
commit 4bbdad500c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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*