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

Unified Diff: pkg/polymer_expressions/CHANGELOG.md

Issue 301173004: Prepare for polymer 0.10.0 release (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | « pkg/polymer/pubspec.yaml ('k') | pkg/polymer_expressions/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer_expressions/CHANGELOG.md
diff --git a/pkg/polymer_expressions/CHANGELOG.md b/pkg/polymer_expressions/CHANGELOG.md
index 8b2cb5c4592e74fd7884dbeaaec040695394e338..451cd009210d0388548e5e4d434ff174a2cc615b 100644
--- a/pkg/polymer_expressions/CHANGELOG.md
+++ b/pkg/polymer_expressions/CHANGELOG.md
@@ -3,7 +3,7 @@
This file contains highlights of what changes on each version of the
polymer_expressions package.
-#### Pub version 0.10.0-dev
+#### Pub version 0.10.0
* package:polymer_expressions no longer declares @MirrosUsed. The package uses
mirrors at development time, but assumes frameworks like polymer will
generate code that replaces the use of mirrors. If you use this directly,
@@ -16,3 +16,13 @@ polymer_expressions package.
trap some errors and report them in a Logger, and we would let other errors
halt the rendering process. Now all errors are caught, but they are reported
asynchornously so they are visible even when logging is not set up.
+
+ * Fixed several bugs, including:
+ * propagating list changes ([18749][]).
+ * precedence of ternary operators ([17805][]).
+ * two-way bindings ([18410][] and [18792][]).
+
+[17805]: https://code.google.com/p/dart/issues/detail?id=17805
+[18410]: https://code.google.com/p/dart/issues/detail?id=18410
+[18749]: https://code.google.com/p/dart/issues/detail?id=18749
+[18792]: https://code.google.com/p/dart/issues/detail?id=18792
« no previous file with comments | « pkg/polymer/pubspec.yaml ('k') | pkg/polymer_expressions/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698