Remerge changelog: it seems I merged the log with 2.0.0-dev.41, not with the tip

of the dev channel.

TBR

Change-Id: Iab49de4007a6fe677417d1b83cd48114a8d73310
Reviewed-on: https://dart-review.googlesource.com/48090
Reviewed-by: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
Sigmund Cherem 2018-03-23 20:14:10 +00:00
parent a1ce8cb420
commit 05207c5c87

View file

@ -8,6 +8,10 @@
### Tool Changes
## 2.0.0-dev.42.0
### Tool Changes
#### dart2js
* Fixed bug where dart2js crashed when invoked from `pub build` and `pub serve`
@ -24,10 +28,6 @@
[sdk#32561]: https://github.com/dart-lang/sdk/issues/32561
[sdk#32600]: https://github.com/dart-lang/sdk/issues/32600
## 2.0.0-dev.41.0
### Tool Changes
#### Pub
* Pub will now automatically retry HTTP requests that fail with an IO error
@ -43,6 +43,10 @@
[pub#1826]: https://github.com/dart-lang/pub/issues/1826
[pub#1827]: https://github.com/dart-lang/pub/issues/1827
## 2.0.0-dev.41.0
Not released, due to a failure in the pub tool.
## 2.0.0-dev.40.0
### Core library changes