aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2016-01-07 14:16:57 -0700
committerSean Griffin <sean@seantheprogrammer.com>2016-01-07 14:16:57 -0700
commit7595c59523a07ce6febd40efc5ab6064a63cc1ae (patch)
treec4c4d5fe1bff0b326392a530571d4488721fa7d9 /activesupport/CHANGELOG.md
parentb4f28dbb39f29fcb0b0393b26ef31f1f6fbe0679 (diff)
parent38a990237a0f99d99b885ea6570cae3752138a29 (diff)
downloadrails-7595c59523a07ce6febd40efc5ab6064a63cc1ae.tar.gz
rails-7595c59523a07ce6febd40efc5ab6064a63cc1ae.tar.bz2
rails-7595c59523a07ce6febd40efc5ab6064a63cc1ae.zip
Merge pull request #18909 from davidcornu/fix-hash-with-indifferent-access-default
Match HashWithIndifferentAccess#default & Hash#default
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 ba696374b5..cebe19be89 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Match `HashWithIndifferentAccess#default`'s behaviour with `Hash#default`
+
+ *David Cornu*
+
* Adds `:exception_object` key to `ActiveSupport::Notifications::Instrumenter` payload when an exception is raised.
Adds new key/value pair to payload when an exception is raised: e.g. `:exception_object => #<RuntimeError: FAIL>`.