From 9f19742c61b57ffe11d15d2be57ff50c3abe2b45 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 5 Aug 2020 17:07:04 +0000 Subject: [PATCH] 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 Reviewed-by: Kevin Moore Commit-Queue: Kevin Moore --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 465ff3ea112..19f8ff71043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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