1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

Modify changelog for native return type changes

Bug: https://github.com/dart-lang/sdk/issues/39627

Changelog reflects changes in
https://dart-review.googlesource.com/c/sdk/+/128368.

Change-Id: Idace6e7c7af81ebd9e0b61639e239205e55e53d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128640
Commit-Queue: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
Srujan Gaddam 2019-12-17 19:17:30 +00:00 committed by commit-bot@chromium.org
parent d940075e6c
commit 02fbf8c47d

View File

@ -6,6 +6,15 @@
### Core libraries
#### `dart:html`
* **Breaking Change**: Changed the return type of several html native methods
involving Futures. In return types that matched Future<List<T>>, T was changed
to `dynamic`. These methods would have resulted in a runtime error if they were
used (see Issue [39627][]).
[39627]: https://github.com/dart-lang/sdk/issues/39627
#### `dart:io`
### Dart VM