Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index c88fdab70f0bff34cf7f23a46c7878d17b255955..d5a4b61e5368c36d11d0d618a8d49304bc386337 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -15,6 +15,7 @@ |
| resulting streams. |
| * `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. |
| @@ -35,6 +36,9 @@ |
| * `Isolate` added `packageRoot` and `packageMap` getters. |
| * `Isolate.spawnUri` added `packageMap` parameter. |
| +* `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 |