1
0
Fork 0
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:
Kasper Timm Hansen 2017-06-11 21:48:58 +02:00
parent 6d402c6bfa
commit 36b349e387

View file

@ -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'