Add changelog entry for allowing URI in part-of.

R=floitsch@google.com

Review-Url: https://codereview.chromium.org/2722183002 .
This commit is contained in:
Lasse R.H. Nielsen 2017-03-01 14:04:44 +01:00
parent e8e1857814
commit 58f7a92ede

View file

@ -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.