diff --git a/CHANGELOG.md b/CHANGELOG.md index 105d22f2bc4..247d490df8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 1.23.0 +### Language +* Allow using URI strings in `part of` declarations to refer to the + importing library. + ### Core library changes * `dart:core`: Added `Uri.isScheme` function to check the scheme of a URI. Example: `uri.isScheme("http")`. Ignores case when comparing.