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

Changelog: move entry for BytesBuilder to v2.10

Change-Id: I2969f8c089d087042b2aa681d2d8a61a8f956556
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156101
Auto-Submit: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Kevin Moore 2020-08-05 17:07:04 +00:00
parent 4ac540e21d
commit 9f19742c61

View File

@ -1,5 +1,12 @@
## 2.10.0
### Core libraries
#### `dart:typed_data`
* Class `BytesBuilder` is moved from `dart:io` to `dart:typed_data`.
It's temporarily being exported from `dart:io` as well.
### Dart VM
* Introduces `Dart_FinalizableHandle`s. They do auto-delete, and the weakly
@ -77,11 +84,6 @@
[#42714]: https://github.com/dart-lang/sdk/issues/42714
#### `dart:typed_data`
* Class `BytesBuilder` is moved from `dart:io` to `dart:typed_data`.
It's temporarily being exported from `dart:io` as well.
### Tools
#### dartfmt