Chromium Code Reviews| Index: pkg/template_binding/CHANGELOG.md |
| diff --git a/pkg/template_binding/CHANGELOG.md b/pkg/template_binding/CHANGELOG.md |
| index a8f1aa9d6a0f47258bc2110aa2a4961fce7798fa..8d2855c27d8d54a6362f88a884c3e4986248d96b 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 |
|
Siggi Cherem (dart-lang)
2014/06/03 17:41:03
0.10.1-pre or 0.11.0-pre?
Jennifer Messerly
2014/06/04 04:42:17
changed to 0.11.0-dev
|
| + * Ported up to commit [TemplateBinding#1cee02][5b9a3b] 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/5b9a3be40682e1ccd5e6c0b04fbe2c54d74b5d1e |
| +[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 |