| OLD | NEW |
| 1 #### Pub version 0.7.1+1 |
| 2 * Cherry pick [f280d](https://github.com/Polymer/ShadowDOM/commit/f280d) and |
| 3 [165c3](https://github.com/Polymer/CustomElements/commit/165c3) to fix |
| 4 memory leaks. |
| 5 |
| 1 #### Pub version 0.7.1 | 6 #### Pub version 0.7.1 |
| 2 * Update to platform version 0.4.1-d214582. | 7 * Update to platform version 0.4.1-d214582. |
| 3 | 8 |
| 4 #### Pub version 0.7.0+1 | 9 #### Pub version 0.7.0+1 |
| 5 * Cherry pick https://github.com/Polymer/ShadowDOM/pull/506 to fix IOS 8. | 10 * Cherry pick https://github.com/Polymer/ShadowDOM/pull/506 to fix IOS 8. |
| 6 | 11 |
| 7 #### Pub version 0.7.0 | 12 #### Pub version 0.7.0 |
| 8 * Updated to 0.4.0-5a7353d release, with same cherry pick as 0.6.0+1. | 13 * Updated to 0.4.0-5a7353d release, with same cherry pick as 0.6.0+1. |
| 9 * Many features were moved into the polymer package, this package is now | 14 * Many features were moved into the polymer package, this package is now |
| 10 purely focused on polyfills. | 15 purely focused on polyfills. |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | 44 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had |
| 40 breaking changes so we are republishing it in 0.4.0) | 45 breaking changes so we are republishing it in 0.4.0) |
| 41 | 46 |
| 42 #### Pub version 0.3.5 | 47 #### Pub version 0.3.5 |
| 43 * Added `registerDartType` to register a Dart API for a custom-element written | 48 * Added `registerDartType` to register a Dart API for a custom-element written |
| 44 in Javascript. | 49 in Javascript. |
| 45 * Updated to platform 0.3.3-29065bc | 50 * Updated to platform 0.3.3-29065bc |
| 46 | 51 |
| 47 #### Pub version 0.3.4 | 52 #### Pub version 0.3.4 |
| 48 * Updated to platform 0.2.4 (see lib/build.log for details) | 53 * Updated to platform 0.2.4 (see lib/build.log for details) |
| OLD | NEW |