| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 11e68eb94ea72ee81724adae2794e2e320736dff..b961f1fda4087138c8238e0f81b0145d38d25954 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -3,6 +3,10 @@
|
| ### Language
|
| * Allow using URI strings in `part of` declarations to refer to the
|
| importing library.
|
| + A library part now can declare its library either as:
|
| + `part of name.of.library;` or as `part of "uriReferenceOfLibrary.dart";`.
|
| + This allows libraries with no library declarations (and therefore no name)
|
| + to have parts, and it allows tools to easily find the library of a part file.
|
|
|
| ### Core library changes
|
|
|
|
|