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

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

Issue 1761933002: Bump `meta` pre-publish. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | pkg/meta/pubspec.yaml » ('j') | pkg/meta/pubspec.yaml » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.9.1
2 * Introduce `@factory` annotation for methods that must either be abstract or
3 must return a newly allocated object.
4 * Introduce `@literal` annotation that indicates that any invocation of a
5 constructor must use the keyword `const` unless one or more of the
6 arguments to the constructor is not a compile-time constant.
7
1 ## 0.9.0 8 ## 0.9.0
2 * Introduce `@protected` annotation for members that must only be called from 9 * Introduce `@protected` annotation for members that must only be called from
3 instance members of subclasses. 10 instance members of subclasses.
4 * Introduce `@required` annotation for optional parameters that should be treate d 11 * Introduce `@required` annotation for optional parameters that should be treate d
5 as required. 12 as required.
6 * Introduce `@mustCallSuper` annotation for methods that must be invoked by all 13 * Introduce `@mustCallSuper` annotation for methods that must be invoked by all
7 overriding methods. 14 overriding methods.
OLDNEW
« no previous file with comments | « no previous file | pkg/meta/pubspec.yaml » ('j') | pkg/meta/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698