blob: 36c7d3cce4ca7d8c6e171a48274459fde92aaf6e [file] [log] [blame] [view]
## 0.9.3+2
* Update the dependency on path.
* Improve the formatting of library URIs in stack traces.
## 0.9.3+1
* If an error is thrown in `Chain.capture`'s `onError` handler, that error is
handled by the parent zone. This matches the behavior of `runZoned` in
`dart:async`.
## 0.9.3
* Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
* Record anonymous method frames in IE10 as "<fn>".