Index: pkg/template_binding/CHANGELOG.md |
diff --git a/pkg/template_binding/CHANGELOG.md b/pkg/template_binding/CHANGELOG.md |
index a8f1aa9d6a0f47258bc2110aa2a4961fce7798fa..5ade5fbe4f39f68f0abf07ac403d031d7a33042c 100644 |
--- a/pkg/template_binding/CHANGELOG.md |
+++ b/pkg/template_binding/CHANGELOG.md |
@@ -3,14 +3,22 @@ |
This file contains highlights of what changes on each version of the |
template_binding package. |
-#### Pub version 0.10.0-pre.1.dev |
+#### Pub version 0.10.0-pre.2.dev |
+ * Ported up to commit [TemplateBinding#1cee02][1cee02] and |
+ [NodeBind#c47bc1][c47bc1]. |
+ |
+#### Pub version 0.10.0-pre.1 |
* Applied patch to throw errors asycnhronously if property path evaluation |
fails. |
* Applied patch matching commit [51df59][] (fix parser to avoid allocating |
PropertyPath if there is a non-null delegateFn). |
#### Pub version 0.10.0-pre.0 |
- * Ported JS code as of commit [fcb7a5][] |
+ * Ported up to commit [TemplateBinding#99e52d][99e52d] and |
+ [NodeBind#f7cc76][f7cc76]. |
-[fcb7a5]: https://github.com/Polymer/TemplateBinding/commit/fcb7a502794f19544f2d4b77c96eebb70830591d |
+[1cee02]: https://github.com/Polymer/TemplateBinding/commit/1cee027fe67680c93ff2b6b070d32708226f6a83 |
+[c47bc1]: https://github.com/Polymer/NodeBind/commit/c47bc1b40d1cf0123b29620820a7111471e83ff3 |
[51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041cfe604016aac00918d5d |
+[99e52d]: https://github.com/Polymer/TemplateBinding/commit/99e52dd7fbaefdaee9807648d1d6097eb3e99eda |
+[f7cc76]: https://github.com/Polymer/NodeBind/commit/f7cc76749e509e06fa7cbc9ba970f87f5fe33b5c |