Add 1.13 changelog entries for dart:convert WRT Base64

helps https://github.com/dart-lang/sdk/issues/24474

R=lrn@google.com

Review URL: https://codereview.chromium.org/1413053003 .
This commit is contained in:
Kevin Moore 2015-10-29 15:00:02 -07:00
parent bcde4eee0b
commit a8ada7d767

View file

@ -18,6 +18,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,