Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Side by Side Diff: pkg/smoke/CHANGELOG.md

Issue 423233004: Preparing versions to release polymer 0.12.0 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 5 #### Pub version 0.2.0
6 * Static configuration can be modified, so code generators can split the 6 * Static configuration can be modified, so code generators can split the
7 static configuration in pieces. 7 static configuration in pieces.
8 * **breaking change**: for codegen call `writeStaticConfiguration` instead of 8 * **breaking change**: for codegen call `writeStaticConfiguration` instead of
9 `writeInitCall`. 9 `writeInitCall`.
10 10
11 #### Pub version 0.1.0 11 #### Pub version 0.1.0
12 * Initial release: introduces the smoke API, a mirror based implementation, a 12 * Initial release: introduces the smoke API, a mirror based implementation, a
13 statically configured implementation that can be declared by hand or be 13 statically configured implementation that can be declared by hand or be
14 generated by tools, and libraries that help generate the static 14 generated by tools, and libraries that help generate the static
15 configurations. 15 configurations.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698