| OLD | NEW |
| 1 # changelog | 1 # changelog |
| 2 | 2 |
| 3 This file contains highlights of what changes on each version of the polymer | 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 | 4 package. We will also note important changes to the polyfill packages if they |
| 5 impact polymer: custom_element, html_import, observe, shadow_dom, | 5 impact polymer: custom_element, html_import, observe, shadow_dom, |
| 6 and template_binding. | 6 and template_binding. |
| 7 | 7 |
| 8 #### Pub version 0.9.3 |
| 9 * pub-build now runs the linter automatically |
| 10 |
| 8 #### Pub version 0.9.2+4 | 11 #### Pub version 0.9.2+4 |
| 9 * fix linter on SVG and MathML tags with XML namespaces | 12 * fix linter on SVG and MathML tags with XML namespaces |
| 10 | 13 |
| 11 #### Pub version 0.9.2+3 | 14 #### Pub version 0.9.2+3 |
| 12 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 15 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 13 event bindings in dart2js, by working around issue | 16 event bindings in dart2js, by working around issue |
| 14 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 17 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 15 | 18 |
| 16 #### Pub version 0.9.2+2 | 19 #### Pub version 0.9.2+2 |
| 17 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 20 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| OLD | NEW |