| OLD | NEW |
| 1 ## 1.3.5 |
| 2 |
| 3 * Properly shorten library names for pathnames of folded frames on Windows. |
| 4 |
| 1 ## 1.3.4 | 5 ## 1.3.4 |
| 2 | 6 |
| 3 * No longer say that stack chains aren't supported on dart2js now that | 7 * No longer say that stack chains aren't supported on dart2js now that |
| 4 [sdk#15171][] is fixed. Note that this fix only applies to Dart 1.12. | 8 [sdk#15171][] is fixed. Note that this fix only applies to Dart 1.12. |
| 5 | 9 |
| 6 [sdk#15171]: https://github.com/dart-lang/sdk/issues/15171 | 10 [sdk#15171]: https://github.com/dart-lang/sdk/issues/15171 |
| 7 | 11 |
| 8 ## 1.3.3 | 12 ## 1.3.3 |
| 9 | 13 |
| 10 * When a `null` stack trace is passed to a completer or stream controller in | 14 * When a `null` stack trace is passed to a completer or stream controller in |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 | 119 |
| 116 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is | 120 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is |
| 117 handled by the parent zone. This matches the behavior of `runZoned` in | 121 handled by the parent zone. This matches the behavior of `runZoned` in |
| 118 `dart:async`. | 122 `dart:async`. |
| 119 | 123 |
| 120 ## 0.9.3 | 124 ## 0.9.3 |
| 121 | 125 |
| 122 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. | 126 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. |
| 123 | 127 |
| 124 * Record anonymous method frames in IE10 as "<fn>". | 128 * Record anonymous method frames in IE10 as "<fn>". |
| OLD | NEW |