mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Add changelog entry for 6d402c6
[ Assain Jaleel & Kasper Timm Hansen ]
This commit is contained in:
parent
6d402c6bfa
commit
36b349e387
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
* Default `ActiveSupport::MessageEncryptor` to use AES 256 GCM encryption.
|
||||
|
||||
On for new Rails 5.2 apps. Upgrading apps can find the config as a new
|
||||
framework default.
|
||||
|
||||
*Assain Jaleel*
|
||||
|
||||
* Cache: `write_multi`
|
||||
|
||||
Rails.cache.write_multi foo: 'bar', baz: 'qux'
|
||||
|
|
Loading…
Reference in a new issue