[release] Prepare changelog for 2.0.0-dev.59.0

TBR=whesse@google.com

Change-Id: Ia7266b2b27f6c623d0383450977b00fbc986c36d
Reviewed-on: https://dart-review.googlesource.com/56982
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2018-05-29 20:01:09 +00:00
parent 17afa8ef56
commit ff815d05a5

View file

@ -4,6 +4,22 @@
### Language
#### Strong Mode
### Core library changes
### Dart VM
### Tool Changes
#### Pub
#### Other Tools
## 2.0.0-dev.59.0
### Language
The change to make bounds on generic functions invariant has landed in the
analyzer. The analyzer will now issue an invalid override error on the
following program ([issue 29014][sdk#29014]).
@ -21,18 +37,6 @@ class B extends A {
[sdk#29014]: https://github.com/dart-lang/sdk/issues/29014
#### Strong Mode
### Core library changes
### Dart VM
### Tool Changes
#### Pub
#### Other Tools
## 2.0.0-dev.58.0
## 2.0.0-dev.57.0