| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index b51bc4069d802a51ba02c1fdc9a36cc5e9aab801..f2c857a24c78a71e3295c58e06e20904a06373bf 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -154,6 +154,9 @@ Patch release, resolves two issues and improves performance:
|
|
|
| ### Core library changes
|
|
|
| +* `dart:core`
|
| + * Improved performance when parsing some common URIs.
|
| + * Fixed bug in `Uri.resolve` (SDK issue [26804](https://github.com/dart-lang/sdk/issues/26804)).
|
| * `dart:io`
|
| * Adds file locking modes `FileLock.BLOCKING_SHARED` and
|
| `FileLock.BLOCKING_EXCLUSIVE`.
|
|
|