aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2017-07-17 07:10:53 -0600
committerGitHub <noreply@github.com>2017-07-17 07:10:53 -0600
commit3bda7ff763c55d33d18318bb2b3ea5c295f34000 (patch)
treecb8c690084083b6aee4a70ad29c24c0050f88bed /activesupport/CHANGELOG.md
parentfbade51248ea48db87703ba7418badbd3ed85e36 (diff)
parent404eceba8c8f0951407c2508567f6abefec76e4c (diff)
downloadrails-3bda7ff763c55d33d18318bb2b3ea5c295f34000.tar.gz
rails-3bda7ff763c55d33d18318bb2b3ea5c295f34000.tar.bz2
rails-3bda7ff763c55d33d18318bb2b3ea5c295f34000.zip
Merge pull request #28077 from Erol/make-reverse-merge-bang-order-consistent
Make the order of Hash#reverse_merge! consistent with 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 facd723bc5..f5542c6d25 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Make the order of `Hash#reverse_merge!` consistent with `HashWithIndifferentAccess`.
+
+ *Erol Fornoles*
+
* Add `freeze_time` helper which freezes time to `Time.now` in tests.
*Prathamesh Sonpatki*