| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index e6e269570d09d0a95f98b04e8e7e43da7f960cbc..ab7c54dc59c2aeb43b08464a34910a4ce3153f50 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,6 +1,7 @@
|
| ## 1.13.0
|
|
|
| * `dart:core`
|
| + * `DataUri` class added to help with creating and deconstructing data: URIs.
|
| * `Uri` added `removeFragment` method.
|
| * `String.allMatches` (implementing `Pattern.allMatches`) is now lazy,
|
| as all `allMatches` implementations are intended to be.
|
| @@ -16,6 +17,9 @@
|
| callback now forward stack traces along with errors to the resulting
|
| streams.
|
|
|
| +* `dart:convert`
|
| + * Added `BASE64` codec for simple base64 encoding and decoding.
|
| +
|
| ### Tool changes
|
|
|
| * `docgen` and 'dartdocgen' no longer ship in the sdk. The `docgen` sources have
|
|
|