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

Unified Diff: CHANGELOG.md

Issue 1381033002: Add data-URI support class to dart:core (next to Uri). (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Remove VM assertion that appears to be incorrect. Created 5 years, 1 month 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 | runtime/bin/builtin.dart » ('j') | runtime/vm/flow_graph_optimizer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bb90f18b112ea3a1c51b44f7c6805c8e3a6e9bc..031c22f24cd351c5e6d4557027ca527fdbc1aa81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,13 @@
random generator which reads from the entropy source provided by the
embedder for every generated random value.
+* `dart:core`
kevmoo 2015/11/12 17:32:02 Tiny nit: in the future keep these updates sorted
+ * Added `Uri.data` getter for `data:` URIs, and `UriData` class for the
+ return type.
+
+* `dart:convert`
+ * `Base64Decoder.convert` now takes optional `start` and `end` parameters.
+
## 1.13.0
### Core library changes
« no previous file with comments | « no previous file | runtime/bin/builtin.dart » ('j') | runtime/vm/flow_graph_optimizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698