aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorErol Fornoles <erol.fornoles@gmail.com>2017-03-06 15:31:53 +0800
committerErol Fornoles <erol.fornoles@gmail.com>2017-03-06 15:34:49 +0800
commite505bc8acd4448030fd4d2f85796bdb61d45a5b1 (patch)
treeee616a06dd3774e86ad34b5edad92239eefe2a12 /activesupport
parentee2979b90539ef1e4fd13513c6b3f3ffd00244e2 (diff)
downloadrails-e505bc8acd4448030fd4d2f85796bdb61d45a5b1.tar.gz
rails-e505bc8acd4448030fd4d2f85796bdb61d45a5b1.tar.bz2
rails-e505bc8acd4448030fd4d2f85796bdb61d45a5b1.zip
Add CHANGELOG entry [skip ci]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 58956ad0e8..59d9cf8207 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 `rfc3339` aliases to `xmlschema` for `Time` and `ActiveSupport::TimeWithZone`
For naming consistency when using the RFC 3339 profile of ISO 8601 in applications.