Skip to content

Commit 02fbf8c

Browse files
srujzscommit-bot@chromium.org
authored andcommitted
Modify changelog for native return type changes
Bug: #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 <[email protected]> Reviewed-by: Sigmund Cherem <[email protected]>
1 parent d940075 commit 02fbf8c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77
### Core libraries
88

9+
#### `dart:html`
10+
11+
* **Breaking Change**: Changed the return type of several html native methods
12+
involving Futures. In return types that matched Future<List<T>>, T was changed
13+
to `dynamic`. These methods would have resulted in a runtime error if they were
14+
used (see Issue [39627][]).
15+
16+
[39627]: https://github.com/dart-lang/sdk/issues/39627
17+
918
#### `dart:io`
1019

1120
### Dart VM

0 commit comments

Comments
 (0)