[release] Prepare changelog for 2.0.0-dev.56.0

TBR=whesse@google.com

Change-Id: Iadbd442d65dd02d76794e59b0f2d8700f3fbe22a
Reviewed-on: https://dart-review.googlesource.com/56110
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2018-05-22 14:35:50 +00:00
parent 7ff8adcec9
commit 85ddeb990a

View file

@ -4,6 +4,22 @@
### Language
#### Strong Mode
### Core library changes
### Dart VM
### Tool Changes
#### Pub
#### Other Tools
## 2.0.0-dev.56.0
### Language
* Invocations of noSuchMethod receive default values for optional args.
* The following program used to print "No arguments passed", and now prints
"First argument is 3".
@ -28,9 +44,6 @@ void main() {
}
```
#### Strong Mode
### Core library changes
* `dart:core`
@ -44,18 +57,12 @@ void main() {
* Added `X509Certificate.der`, `X509Certificate.pem`, and
`X509Certificate.sha1`.
### Dart VM
### Tool Changes
#### dartfmt
* Support metadata annotations on enum cases.
#### Pub
#### Other Tools
## 2.0.0-dev.55.0
### Language