| 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+3 |
| 9 * Removes workaround now that mirrors implement a missing feature. Requires |
| 10 SDK >= 1.1.0-dev.5.0. |
| 11 |
| 8 #### Pub version 0.9.3+2 | 12 #### Pub version 0.9.3+2 |
| 9 * Fix rare canonicalization bug | 13 * Fix rare canonicalization bug |
| 10 [15694](https://code.google.com/p/dart/issues/detail?id=15694) | 14 [15694](https://code.google.com/p/dart/issues/detail?id=15694) |
| 11 | 15 |
| 12 #### Pub version 0.9.3+1 | 16 #### Pub version 0.9.3+1 |
| 13 * Fix type error in runner.dart | 17 * Fix type error in runner.dart |
| 14 [15649](https://code.google.com/p/dart/issues/detail?id=15649). | 18 [15649](https://code.google.com/p/dart/issues/detail?id=15649). |
| 15 | 19 |
| 16 #### Pub version 0.9.3 | 20 #### Pub version 0.9.3 |
| 17 * pub-build now runs the linter automatically | 21 * pub-build now runs the linter automatically |
| 18 | 22 |
| 19 #### Pub version 0.9.2+4 | 23 #### Pub version 0.9.2+4 |
| 20 * fix linter on SVG and MathML tags with XML namespaces | 24 * fix linter on SVG and MathML tags with XML namespaces |
| 21 | 25 |
| 22 #### Pub version 0.9.2+3 | 26 #### Pub version 0.9.2+3 |
| 23 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 27 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 24 event bindings in dart2js, by working around issue | 28 event bindings in dart2js, by working around issue |
| 25 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 29 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 26 | 30 |
| 27 #### Pub version 0.9.2+2 | 31 #### Pub version 0.9.2+2 |
| 28 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 32 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| OLD | NEW |