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

Unified Diff: CHANGELOG.md

Issue 865293002: support basic identifiers in constructors (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: rebase Created 5 years, 11 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 | lib/transformer.dart » ('j') | 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 265c2a7e250feb8c73207d98a4e1f6af2e823c82..2138186fd734dcabd5d16baaea16030e015ef533 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@
for any script tag whose src is `entry_point` and rewrite it to point at the
bootstrapped file `new_entry_point`.
+* Top level properties and static class properties are now supported in
+initializer constructors, as well as List and Map literals,
+[5](https://github.com/dart-lang/initialize/issues/5).
+
+
## 0.1.0+1
Quick fix for the transformer on windows.
« no previous file with comments | « no previous file | lib/transformer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698