diff options
-rw-r--r-- | activesupport/CHANGELOG.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 4963dd25d1..fe20094929 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,9 @@ +* 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>`. + + *Ryan T. Hosford* + * Support extended grapheme clusters and UAX 29. *Adam Roben* @@ -515,10 +521,4 @@ *Logan Leger* -* 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>` - - *Ryan T. Hosford* - Please check [4-2-stable](https://github.com/rails/rails/blob/4-2-stable/activesupport/CHANGELOG.md) for previous changes. |