From 58f7a92ede378ed16fc6d18cdf2a4e56bc27c2e1 Mon Sep 17 00:00:00 2001 From: "Lasse R.H. Nielsen" Date: Wed, 1 Mar 2017 14:04:44 +0100 Subject: [PATCH] Add changelog entry for allowing URI in part-of. R=floitsch@google.com Review-Url: https://codereview.chromium.org/2722183002 . --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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.