Skip to content

Commit 36dd3d1

Browse files
committed
Improve CHANGELOG
1 parent 26e8cdc commit 36dd3d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

activesupport/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
* Allow execution wrapping to handle all exceptions
1+
* Change execution wrapping to report all exceptions, including `Exception`.
22

33
If a more serious error like `SystemStackError` or `NoMemoryError` happens,
44
the error reporter should be able to report these kinds of exceptions.
5-
Some are not recoverable, but many are, so we should at least try to
6-
report them.
75

86
*Gannon McGibbon*
97

0 commit comments

Comments
 (0)