Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: CHANGELOG.md

Issue 2827433007: Remove changelog entry for part-of in 1.23. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698