mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
Fix changelog for dart:html for 2.14
Change-Id: I866378cba43db7f559e37d3c0bf163843f74d186 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/204941 Auto-Submit: Kevin Moore <kevmoo@google.com> Commit-Queue: Kevin Moore <kevmoo@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com>
This commit is contained in:
parent
41aa60ea2b
commit
03b2b6bac9
1 changed files with 8 additions and 8 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -2,14 +2,6 @@
|
|||
|
||||
### Core libraries
|
||||
|
||||
### `dart:html`
|
||||
|
||||
* [#44319][]: `convertNativeToDart_Dictionary()` now converts objects
|
||||
recursively, this fixes APIs like MediaStreamTrack.getCapabilities
|
||||
that convert between Maps and browser Dictionaries.
|
||||
|
||||
[44319]: (https://github.com/dart-lang/sdk/issues/44319)
|
||||
|
||||
#### `dart:async`
|
||||
|
||||
* The uncaught error handlers of `Zone`s are now run in the parent zone
|
||||
|
@ -38,6 +30,14 @@
|
|||
* Adds the `DynamicLibrary.providesSymbol` function to check whether a symbol
|
||||
is available in a dynamic library.
|
||||
|
||||
#### `dart:html`
|
||||
|
||||
* `convertNativeToDart_Dictionary()` now converts objects
|
||||
recursively, this fixes APIs like MediaStreamTrack.getCapabilities
|
||||
that convert between Maps and browser Dictionaries. [#44319]
|
||||
|
||||
[#44319]: https://github.com/dart-lang/sdk/issues/44319
|
||||
|
||||
#### `dart:io`
|
||||
|
||||
* BREAKING CHANGE (for pre-migrated null safe code):
|
||||
|
|
Loading…
Reference in a new issue