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

Side by Side Diff: CHANGELOG.md

Issue 1834263004: Fix a syntax error. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Created 4 years, 8 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/chain.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.6.4
2
3 * Fix a syntax error introduced in 1.6.3.
4
1 ## 1.6.3 5 ## 1.6.3
2 6
3 * Make `Chain.capture()` generic. Its signature is now `T Chain.capture<T>(T 7 * Make `Chain.capture()` generic. Its signature is now `T Chain.capture<T>(T
4 callback(), ...)`. 8 callback(), ...)`.
5 9
6 ## 1.6.2 10 ## 1.6.2
7 11
8 * Fix all strong mode warnings. 12 * Fix all strong mode warnings.
9 13
10 ## 1.6.1 14 ## 1.6.1
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 177
174 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 178 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
175 handled by the parent zone. This matches the behavior of `runZoned` in 179 handled by the parent zone. This matches the behavior of `runZoned` in
176 `dart:async`. 180 `dart:async`.
177 181
178 ## 0.9.3 182 ## 0.9.3
179 183
180 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 184 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
181 185
182 * Record anonymous method frames in IE10 as "<fn>". 186 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/chain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698