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

Unified Diff: pkg/source_maps/CHANGELOG.md

Issue 781643002: Removing unnecessary warning when parsing Json. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | pkg/source_maps/lib/parser.dart » ('j') | pkg/source_maps/lib/parser.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/source_maps/CHANGELOG.md
diff --git a/pkg/source_maps/CHANGELOG.md b/pkg/source_maps/CHANGELOG.md
index a70bc4480cd74f78952a79a78be09cb526b24e54..531a6d0533119bb2196667f7c8c6afe555ef8d81 100644
--- a/pkg/source_maps/CHANGELOG.md
+++ b/pkg/source_maps/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.10.0+1
+
+* Remove an unnecessary warning printed when the "file" field is missing from a
+ Json formatted source map. This field is optional and its absence is not
+ unusual.
+
## 0.10.0
* Remove the `Span`, `Location` and `SourceFile` classes. Use the
« no previous file with comments | « no previous file | pkg/source_maps/lib/parser.dart » ('j') | pkg/source_maps/lib/parser.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698