diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2016-01-07 14:16:57 -0700 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2016-01-07 14:16:57 -0700 |
commit | 7595c59523a07ce6febd40efc5ab6064a63cc1ae (patch) | |
tree | c4c4d5fe1bff0b326392a530571d4488721fa7d9 /activesupport/CHANGELOG.md | |
parent | b4f28dbb39f29fcb0b0393b26ef31f1f6fbe0679 (diff) | |
parent | 38a990237a0f99d99b885ea6570cae3752138a29 (diff) | |
download | rails-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.md | 4 |
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>`. |