| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index b04fffb13ce34057ea61231ce850f18eeaf422f6..246376533ab38c65343861fce2d02498b15f473f 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -20,14 +20,6 @@
|
|
|
| ## 1.23.0
|
|
|
| -### 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.
|
| -
|
| #### Strong Mode
|
|
|
| * Breaking change - it is now a strong mode error if a mixin causes a name
|
|
|