[release] Update changelog for 2.0.0-dev.52.0

TBR=sortie@google.com

Change-Id: I2c23a76ab95368a598c1156b5bf6c6ef36f245c8
Reviewed-on: https://dart-review.googlesource.com/53213
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2018-05-01 16:10:27 +00:00
parent 011676641a
commit fe7056ebaa

View file

@ -10,6 +10,16 @@
### Dart VM
### Tool Changes
#### Pub
#### Other Tools
## 2.0.0-dev.52.0
### Tool Changes
#### Dart Dev Compiler
* Failed `as` casts on `Iterable<T>`, `Map<T>`, `Future<T>`, and `Stream<T>`
@ -19,12 +29,6 @@
"as" cast failures on function types, and implicit cast failures on the above
types and function types.)
### Tool Changes
#### Pub
#### Other Tools
## 2.0.0-dev.51.0
### Tool Changes