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:
Kevin Moore 2021-06-25 21:47:29 +00:00 committed by commit-bot@chromium.org
parent 41aa60ea2b
commit 03b2b6bac9

View file

@ -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):