Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 3d2fb410a7184b9c1da7e288d21c013fda4c657a..2bb66ee432f0b53d35e295de96475395c33c18ec 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -10,6 +10,9 @@ |
| allowed by the HTTP protocol. |
| The `HttpServer` still gracefully receives fragments, but discards them |
| before delivering the request. |
| + * `Platform.packageRoot` changed to return a `Uri` for the package root |
| + of the current isolate, not a `String` representing the command line |
| + parameter. Also added `Platform.packageMap` getter. |
| ## 1.12.0 |