| OLD | NEW |
| 1 ## 0.9.3+2 |
| 2 |
| 3 * Update the dependency on path. |
| 4 |
| 5 * Improve the formatting of library URIs in stack traces. |
| 6 |
| 1 ## 0.9.3+1 | 7 ## 0.9.3+1 |
| 2 | 8 |
| 3 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is | 9 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is |
| 4 handled by the parent zone. This matches the behavior of `runZoned` in | 10 handled by the parent zone. This matches the behavior of `runZoned` in |
| 5 `dart:async`. | 11 `dart:async`. |
| 6 | 12 |
| 7 ## 0.9.3 | 13 ## 0.9.3 |
| 8 | 14 |
| 9 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. | 15 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. |
| 10 | 16 |
| 11 * Record anonymous method frames in IE10 as "<fn>". | 17 * Record anonymous method frames in IE10 as "<fn>". |
| OLD | NEW |