[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
1 changed files with 7 additions and 0 deletions

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'