Skip to content

Commit 9add06f

Browse files
committed
Remove changelog entry for part-of in 1.23.
Review-Url: https://codereview.chromium.org/2827433007 .
1 parent ed41766 commit 9add06f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
2020

2121
## 1.23.0
2222

23-
### Language
24-
* Allow using URI strings in `part of` declarations to refer to the
25-
importing library.
26-
A library part now can declare its library either as:
27-
`part of name.of.library;` or as `part of "uriReferenceOfLibrary.dart";`.
28-
This allows libraries with no library declarations (and therefore no name)
29-
to have parts, and it allows tools to easily find the library of a part file.
30-
3123
#### Strong Mode
3224

3325
* Breaking change - it is now a strong mode error if a mixin causes a name

0 commit comments

Comments
 (0)