[dart:io] Update changelog for ProcessStartMode.INHERIT_STDIO

Change-Id: I917152a42c3054021047724d49624dcee77481dc
Reviewed-on: https://dart-review.googlesource.com/36565
Reviewed-by: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Zachary Anderson 2018-01-24 16:39:57 +00:00 committed by Zach Anderson
parent 314b89e11d
commit c8f1af91a1

View file

@ -90,6 +90,8 @@
* Added `IOOverrides` and `HttpOverrides` to aid in writing tests that wish to
mock varios `dart:io` objects.
* Added `Stdin.hasTerminal`, which is true if stdin is attached to a terminal.
* Added `ProcessStartMode.INHERIT_STDIO`, which allows a child process to
inherit the parent's stdio handles.
* `dart:isolate`
* Rename `IMMEDIATE` and `BEFORE_NEXT_EVENT` on `Isolate` to `immediate` and