mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
New changelog entries are added to the top.
[ci skip]
This commit is contained in:
parent
307b6b5e13
commit
2746a227fb
1 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue