| OLD | NEW |
| (Empty) | |
| 1 # changelog |
| 2 |
| 3 This file contains highlights of what changes on each version of the polymer |
| 4 package. We will also note important changes to the polyfill packages if they |
| 5 impact polymer: custom_element, html_import, observe, shadow_dom, |
| 6 and template_binding. |
| 7 |
| 8 #### Pub version 0.9.2+3 |
| 9 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 10 event bindings in dart2js, by working around issue |
| 11 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 12 |
| 13 #### Pub version 0.9.2+2 |
| 14 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| OLD | NEW |