1
0
Fork 0
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:
Rafael Mendonça França 2016-01-01 15:53:23 -02:00
parent 307b6b5e13
commit 2746a227fb

View file

@ -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.