Document errorsAreFatal, onExit, onError in Changelog

Fixes issue 23884

R=sgjesse@google.com

Review URL: https://codereview.chromium.org//1299513003 .
This commit is contained in:
Lasse R.H. Nielsen 2015-08-18 09:44:48 +02:00
parent 476d18aca4
commit 2d38e15b82

View file

@ -45,6 +45,10 @@
* Change stdout/stderr to binary mode on Windows.
[4205b29](https://github.com/dart-lang/sdk/commit/4205b2997e01f2cea8e2f44c6f46ed6259ab7277)
* `dart:isolate`
* Added `onError`, `onExit` and `errorsAreFatal` parameters to
`Isolate.spawnUri`.
* `dart:mirrors`
* `InstanceMirror.delegate` moved up to `ObjectMirror`.
* Fix InstanceMirror.getField optimization when the selector is an operator.