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

Unified Diff: CHANGELOG.md

Issue 1413053003: Add 1.13 changelog entries for dart:convert WRT Base64 (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c88fdab70f0bff34cf7f23a46c7878d17b255955..e5fabf94c82b0ef114febc14ff67d20d705b7562 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,11 @@
`handleError` callback now forward stack traces along with errors to the
resulting streams.
+* `dart:convert`
+ * Added support for Base-64 encoding and decoding.
+ * Added new classes `Base64Codec`, `Base64Encoder`, and `Base64Decoder`.
+ * Added new top-level `const Base64Codec BASE64`.
+
* `dart:core`
* `Uri` added `removeFragment` method.
* `String.allMatches` (implementing `Pattern.allMatches`) is now lazy,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698