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

Side by Side Diff: CHANGELOG.md

Issue 2232713003: Add a missing dependency on path. (Closed) Base URL: git@github.com:dart-lang/source_map_stack_trace.git@master
Patch Set: merge Created 4 years, 4 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 | pubspec.yaml » ('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.1.3
2
3 * Add a missing dependency on `path`.
4
1 ## 1.1.2 5 ## 1.1.2
2 6
3 * Fix a typo in the previous fix. 7 * Fix a typo in the previous fix.
4 8
5 ## 1.1.1 9 ## 1.1.1
6 10
7 * Don't crash if the `SyncPackageResolver` has no package information at all. 11 * Don't crash if the `SyncPackageResolver` has no package information at all.
8 12
9 ## 1.1.0 13 ## 1.1.0
10 14
(...skipping 22 matching lines...) Expand all
33 37
34 * Fix an off-by-one bug that was causing line numbers to be slightly off. 38 * Fix an off-by-one bug that was causing line numbers to be slightly off.
35 39
36 ## 1.0.1 40 ## 1.0.1
37 41
38 * Don't crash when mapping stack chains. 42 * Don't crash when mapping stack chains.
39 43
40 ## 1.0.0 44 ## 1.0.0
41 45
42 * Initial release. 46 * Initial release.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698