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

Unified Diff: pkg/template_binding/CHANGELOG.md

Issue 432533002: Run template binding callbacks in the correct zone (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | pkg/template_binding/lib/src/node.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/template_binding/CHANGELOG.md
diff --git a/pkg/template_binding/CHANGELOG.md b/pkg/template_binding/CHANGELOG.md
index 05319d75810b2e3f818e827001fc772a8d3e28a2..e4fcf5b26d54d7d5eb310071070afc61ace734af 100644
--- a/pkg/template_binding/CHANGELOG.md
+++ b/pkg/template_binding/CHANGELOG.md
@@ -3,6 +3,11 @@
This file contains highlights of what changes on each version of the
template_binding package.
+#### Pub version 0.12.0+2
+ * fix bug in interop layer to ensure callbacks are run in the dirty-checking
+ zone (this only affected running code directly in Dartium without running
+ pub-build or pub-serve)
+
#### Pub version 0.12.0
* NodeBind interop support. This allows elements such as Polymer's
core-elements and paper-elements to work properly with Dart binding paths,
« no previous file with comments | « no previous file | pkg/template_binding/lib/src/node.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698