aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-09-27 15:30:51 +0900
committerGitHub <noreply@github.com>2017-09-27 15:30:51 +0900
commit0d825a65e0cf9208d9c4ac1036bf361b847d89f6 (patch)
tree5bc3b552b58c2dd204d0a47f53d1cfacac248c74 /activesupport/CHANGELOG.md
parent801ccab22a8efc2611300a14a8b373a43aa0de28 (diff)
parentde9e3238a008f8f20c5beedefb8787b6e51359d0 (diff)
downloadrails-0d825a65e0cf9208d9c4ac1036bf361b847d89f6.tar.gz
rails-0d825a65e0cf9208d9c4ac1036bf361b847d89f6.tar.bz2
rails-0d825a65e0cf9208d9c4ac1036bf361b847d89f6.zip
Merge pull request #30728 from y-yagi/ensure_transform_keys_of_hwida_to_return_hwida
Ensure `HashWithIndifferentAccess#transform_keys` to return `HashWithIndifferentAccess`
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 487984cbd3..493ebeb01f 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Return an instance of `HashWithIndifferentAccess` from `HashWithIndifferentAccess#transform_keys`.
+
+ *Yuji Yaginuma*
+
* Add key rotation support to `MessageEncryptor` and `MessageVerifier`
This change introduces a `rotate` method to both the `MessageEncryptor` and