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

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

Issue 362043006: Add support in smoke for generating static configurations in pieces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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
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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698