| Index: packages/stack_trace/CHANGELOG.md
|
| diff --git a/packages/stack_trace/CHANGELOG.md b/packages/stack_trace/CHANGELOG.md
|
| index dae0db60214dac538abd66008437b8c53353f00f..624a9346e2c4205b31e23e2ae2c5ec6ae4818d95 100644
|
| --- a/packages/stack_trace/CHANGELOG.md
|
| +++ b/packages/stack_trace/CHANGELOG.md
|
| @@ -1,3 +1,12 @@
|
| +## 1.5.0
|
| +
|
| +* `new Chain.parse()` now parses all the stack trace formats supported by `new
|
| + Trace.parse()`. Formats other than that emitted by `Chain.toString()` will
|
| + produce single-element chains.
|
| +
|
| +* `new Trace.parse()` now parses the output of `Chain.toString()`. It produces
|
| + the same result as `Chain.parse().toTrace()`.
|
| +
|
| ## 1.4.2
|
|
|
| * Improve the display of `data:` URIs in stack traces.
|
|
|