diff options
author | Erol Fornoles <erol.fornoles@gmail.com> | 2017-03-06 15:31:53 +0800 |
---|---|---|
committer | Erol Fornoles <erol.fornoles@gmail.com> | 2017-03-06 15:34:49 +0800 |
commit | e505bc8acd4448030fd4d2f85796bdb61d45a5b1 (patch) | |
tree | ee616a06dd3774e86ad34b5edad92239eefe2a12 | |
parent | ee2979b90539ef1e4fd13513c6b3f3ffd00244e2 (diff) | |
download | rails-e505bc8acd4448030fd4d2f85796bdb61d45a5b1.tar.gz rails-e505bc8acd4448030fd4d2f85796bdb61d45a5b1.tar.bz2 rails-e505bc8acd4448030fd4d2f85796bdb61d45a5b1.zip |
Add CHANGELOG entry [skip ci]
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
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. |