Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # changelog | 1 # changelog |
| 2 | 2 |
| 3 This file contains highlights of what changes on each version of this package. | 3 This file contains highlights of what changes on each version of this package. |
| 4 | 4 |
| 5 #### Pub version 0.2.0-dev | |
|
jakemac
2014/07/23 20:05:02
Should this be -pre if you are releasing it? I am
Siggi Cherem (dart-lang)
2014/07/23 20:37:13
For now I think I don't plan to pre-release it yet
jakemac
2014/07/23 20:40:51
Acknowledged.
| |
| 6 * Static configuration can be modified, so code generators can split the | |
| 7 static configuration in pieces. | |
| 8 * **breaking change**: for codegen call `writeStaticConfiguration` instead of | |
| 9 `writeInitCall`. | |
| 10 | |
| 5 #### Pub version 0.1.0 | 11 #### Pub version 0.1.0 |
| 6 * Initial release: introduces the smoke API, a mirror based implementation, a | 12 * Initial release: introduces the smoke API, a mirror based implementation, a |
| 7 statically configured implementation that can be declared by hand or be | 13 statically configured implementation that can be declared by hand or be |
| 8 generated by tools, and libraries that help generate the static | 14 generated by tools, and libraries that help generate the static |
| 9 configurations. | 15 configurations. |
| OLD | NEW |