blob: 0b45208489cf5d1b49307708da4d962a81b62db2 [file] [view]
## 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>".