| 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 |
| 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 |