CHANGELOG: consolidate dart:core for 1.19 and fix link

Change-Id: Ieacc901aea121418782e938133670eef2d8732fd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/265901
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Kevin Moore 2022-10-26 21:13:05 +00:00 committed by Commit Queue
parent e36316ebb7
commit 027b0269d8

View file

@ -53,24 +53,22 @@
### Libraries
#### `dart:core`
- Added `copyWith` extension method on `DateTime` (see [#24644][]).
[#24644]: https://github.com/dart-lang/sdk/issues/24644
#### `dart:convert`
- **Breaking change** [#34233][]: The previously deprecated API
[`DEFAULT_BUFFER_SIZE`][] in [`JsonUtf8Encoder`] has been removed.
[`DEFAULT_BUFFER_SIZE`][] in `JsonUtf8Encoder` has been removed.
[#34233]: https://github.com/dart-lang/sdk/issues/34233
[`DEFAULT_BUFFER_SIZE`]: https://api.dart.dev/stable/2.17.6/dart-convert/JsonUtf8Encoder/DEFAULT_BUFFER_SIZE-constant.html
#### `dart:core`
- Deprecated `FallThroughError`. Has not been thrown since Dart 2.0.
See [#24233][].
- Deprecated `FallThroughError`. Has not been thrown since Dart 2.0
(see [#49529]).
- Added `copyWith` extension method on `DateTime` (see [#24644]).
[#49529]: https://github.com/dart-lang/sdk/issues/49529
[#24644]: https://github.com/dart-lang/sdk/issues/24644
#### `dart:developer`