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

Unified Diff: pkg/polymer/CHANGELOG.md

Issue 105493003: workaround for event handlers: don't return StreamSubscription as model (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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 | « pkg/observe/lib/src/path_observer.dart ('k') | pkg/polymer/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/CHANGELOG.md
diff --git a/pkg/polymer/CHANGELOG.md b/pkg/polymer/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..d2e3ebac4f448451d61c384dd77eff57ede50ded
--- /dev/null
+++ b/pkg/polymer/CHANGELOG.md
@@ -0,0 +1,14 @@
+# changelog
+
+This file contains highlights of what changes on each version of the polymer
+package. We will also note important changes to the polyfill packages if they
+impact polymer: custom_element, html_import, observe, shadow_dom,
+and template_binding.
+
+#### Pub version 0.9.2+3
+ * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
+ event bindings in dart2js, by working around issue
+ [15573](https://code.google.com/p/dart/issues/detail?id=15573)
+
+#### Pub version 0.9.2+2
+ * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
« no previous file with comments | « pkg/observe/lib/src/path_observer.dart ('k') | pkg/polymer/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698