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

Unified Diff: CHANGELOG.md

Issue 2560623003: Support a new source map bundle format useful for the Dart Dev Compiler. A source map bundle is a J… (Closed)
Patch Set: fix strong mode errors Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/parser.dart » ('j') | lib/parser.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe88e6db470b58286822babf8c98b7283ee2e47f..62661db2795f639e9d3a170ed4fb81f40c9d24a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.10.1+3
+
+* Support a new source map bundle format useful for the Dart Dev Compiler.
Siggi Cherem (dart-lang) 2016/12/07 18:06:22 minor nits: - mention the type that was added, to
Jacob 2016/12/07 20:40:31 Done.
+ A source map bundle is a JSON array where each entry is a source map.
+
## 0.10.1+2
* Fix more strong mode warnings.
« no previous file with comments | « no previous file | lib/parser.dart » ('j') | lib/parser.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698