Skip to content

Commit 70e507e

Browse files
committed
Update changelog
1 parent 991d361 commit 70e507e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 6.2.0
2+
3+
## Features
4+
5+
- The [`exitOn()` option](docs/API.md#exiton) now defaults to
6+
`['uncaughtException', 'unhandledRejection']` on Node `>= 15.0.0`. Its default
7+
value is still `['uncaughtException']` on Node `< 15.0.0`. This is to mimic
8+
Node.js default behavior:
9+
[since Node `15.0.0`](https://github.com/nodejs/node/pull/33021), processes
10+
exit on unhandled promises.
11+
112
# 6.1.1
213

314
## Bug fixes

0 commit comments

Comments
 (0)