Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 105d22f2bc4f030ee511aa0b5b0f3a5754a5ad5b..3c8e06b34b252f0694f453add27e9412a878b1fd 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,5 +1,8 @@ |
| ## 1.23.0 |
| +### Language |
| +* Allow using URI strings in `part of` declarations to refer to the importing library. |
|
floitsch
2017/03/01 13:03:42
long line.
|
| + |
| ### Core library changes |
| * `dart:core`: Added `Uri.isScheme` function to check the scheme of a URI. |
| Example: `uri.isScheme("http")`. Ignores case when comparing. |