Update CHANGELOG.md

Change-Id: Ie27d414fbe054ea609f465ecd40880f09592a305
Reviewed-on: https://dart-review.googlesource.com/29041
Reviewed-by: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Zachary Anderson 2017-12-13 18:05:56 +00:00 committed by Zach Anderson
parent ea4624b3ea
commit d0be2749e9

View file

@ -83,7 +83,9 @@
decompression routines.
* Added `IOOverrides` and `HttpOverrides` to aid in writing tests that wish to
mock varios `dart:io` objects.
* Added `Stdin.hasTerminal`.
* Added `Stdin.hasTerminal`, which is true if stdin is attached to a terminal.
* Added `waitForEventSync`, which suspends execution until an asynchronous
event oocurs.
* `dart:isolate`
* Rename `IMMEDIATE` and `BEFORE_NEXT_EVENT` on `Isolate` to `immediate` and