Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 30ecfd08ca1ba940bdf56da2d394b33c63e69954..7a7665053b2dae42040048ac7f773e1348137744 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -3,6 +3,10 @@ |
| * Allow `setUp()` and `tearDown()` to be called multiple times within the same |
| group. |
| +* When a `tearDown()` callback runs after a signal has been caught, it can now |
| + schedule out-of-band asynchronous callbacks normally rather than having them |
| + throw exceptions. |
| + |
| ## 0.12.4+9 |
| * If a `tearDown()` callback throws an error, outer `tearDown()` callbacks are |