[Changelog] Updates the changelog to include hotfix notes from the stable branch.

Change-Id: I539ab62d27e0b0dd4bd45de1d8b720138a64717c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/294340
Reviewed-by: Michael Thomsen <mit@google.com>
Commit-Queue: Kevin Chisholm <kevinjchisholm@google.com>
This commit is contained in:
Kevin Chisholm 2023-04-10 09:14:19 +00:00 committed by Commit Queue
parent 8678473b79
commit 6b45aa0d30

View file

@ -281,7 +281,7 @@ information on the flag, see [NATIVE_NULL_ASSERTIONS.md][].
Updates the Linter to `1.35.0`, which includes changes that
- add new lints:
- add new lints:
- `explicit_reopen`
- `unnecessary_breaks`
- `type_literal_in_constant_pattern`
@ -351,6 +351,22 @@ using Dart version 2.19, before upgrading to Dart version 3.0.
dependencies in the `example` folder (if it exists). Use `--no-example` to
avoid this.
## 2.19.6 - 2023-03-29
This is a patch release that:
- Fixes an `Out of Memory` exception due to a VM bug. (issue [#50537]).
[#50537]: https://github.com/dart-lang/sdk/issues/50537
## 2.19.5 - 2023-03-22
This is a patch release that:
- Fixes fixes broken usage of `Dart_CObject_Type`. (issue [#51459]).
[#51459]: https://github.com/dart-lang/sdk/issues/51459
## 2.19.4 - 2023-03-08
This is a patch release that: