Skip to content

Commit 4ef9e28

Browse files
committed
Update changelog
1 parent fc49ee3 commit 4ef9e28

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 6.0.0
2+
3+
## Breaking changes
4+
5+
- Previously, if the [`props`](README.md#-props) option was `false`, nested
6+
errors
7+
([`error.cause`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause)
8+
and
9+
[`error.errors`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError/errors))
10+
were not printed. To achieve the same behavior, the
11+
[`cause`](README.md#-cause) option must now be set to `false`.
12+
13+
## Features
14+
15+
- Nested errors are now printed on their own, which result in a prettier output.
16+
117
# 5.3.0
218

319
## Features

0 commit comments

Comments
 (0)