Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Side by Side Diff: CHANGELOG.md

Issue 1234733002: Properly shorten library names on Windows. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/frame.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/frame.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698