| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 7d23f6a409b12b9962c15bc59502124858906c15..26c0417dd5c99d9c256868eeb432d1f020f171fe 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -9,6 +9,12 @@
|
| * `dart:convert`
|
| * `LineSplitter` added a `split` static method returning an `Iterable`.
|
|
|
| +* `dart:core`
|
| + * `Uri` class now perform path normalization when a URI is created.
|
| + This removes most `..` and `.` sequences from the URI path.
|
| + Purely relative paths (no scheme or authority) are allowed to retain
|
| + some leading "dot" segments.
|
| +
|
| * `dart:html`
|
| * `NodeTreeSanitizer` added the `const trusted` field. It can be used
|
| instead of defining a `NullTreeSanitizer` class when calling
|
|
|