| OLD | NEW |
| 1 #### 0.15.1+4 |
| 2 * Fix double-registration bug when using exports |
| 3 [21439](http://dartbug.com/21439). |
| 4 |
| 1 #### 0.15.1+3 | 5 #### 0.15.1+3 |
| 2 * Make sure that `dart_support.js` is always appended after `platform.js`, | 6 * Make sure that `dart_support.js` is always appended after `platform.js`, |
| 3 [21435](http://dartbug.com/21435). | 7 [21435](http://dartbug.com/21435). |
| 4 | 8 |
| 5 #### 0.15.1+2 | 9 #### 0.15.1+2 |
| 6 * Handle and warn about cases where a script file is included twice from the | 10 * Handle and warn about cases where a script file is included twice from the |
| 7 same entrypoint [21332](http://dartbug.com/21332). | 11 same entrypoint [21332](http://dartbug.com/21332). |
| 8 | 12 |
| 9 #### 0.15.1+1 | 13 #### 0.15.1+1 |
| 10 * Fix typo in error message polymer#42 | 14 * Fix typo in error message polymer#42 |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 289 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 286 event bindings in dart2js, by working around issue | 290 event bindings in dart2js, by working around issue |
| 287 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 291 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 288 | 292 |
| 289 #### 0.9.2+2 | 293 #### 0.9.2+2 |
| 290 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 294 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| 291 | 295 |
| 292 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd
ba7ecbadf65b343 | 296 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd
ba7ecbadf65b343 |
| 293 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 297 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
| 294 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 298 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
| OLD | NEW |