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.1.0-dev | 5 #### Pub version 0.1.0 |
| 6 * First version of this package. Initial API and mirror based implementation. | 6 * Initial release: introduces the smoke API, a mirror based implementation, a |
| 7 statically configured implementation that can be declared by hand or be | |
| 8 generated by tools, and libraries that help generate the static | |
| 9 configurations. | |
| OLD | NEW |