mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
Meta bump.
BUG= R=brianwilkerson@google.com Review URL: https://codereview.chromium.org/1869603002 .
This commit is contained in:
parent
3d23c82d94
commit
10990f12d1
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
## 0.11.0
|
||||
* Added new `Required` constructor with a means to specify a reason to explain why a parameter is required.
|
||||
|
||||
## 0.10.0
|
||||
* Introduce `@factory` annotation for methods that must either be abstract or
|
||||
must return a newly allocated object.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: meta
|
||||
version: 0.10.0
|
||||
version: 0.11.0
|
||||
author: Dart Team <misc@dartlang.org>
|
||||
homepage: http://www.dartlang.org
|
||||
description: >
|
||||
|
|
Loading…
Reference in a new issue