1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00

Add CHANGELOG.md notice about change in return type of utf8.encode()

This is follow-up for [0]

[0] https://dart-review.googlesource.com/c/sdk/+/254903

Change-Id: I3f34a752121a369a09a5a8d7bc3c744a25e85642
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/312986
Commit-Queue: Martin Kustermann <kustermann@google.com>
Reviewed-by: Lasse Nielsen <lrn@google.com>
This commit is contained in:
Martin Kustermann 2023-07-11 13:22:18 +00:00 committed by Commit Queue
parent ab2fe4f5e2
commit 48def8e49a

View File

@ -4,6 +4,14 @@
### Libraries
#### `dart:convert`
- **Breaking change** [#52801][]:
- Changed return types of `utf8.encode()` and `Utf8Codec.encode()` from
`List<int>` to `Uint8List`.
[#52801]: https://dartbug.com/52801
#### `dart:async`
- **Breaking change** [#52334][]: