Skip to content

Commit

Permalink
[Release] Version 2.19.6
Browse files Browse the repository at this point in the history
- Fixes an `Out of Memory` exception due to a VM bug.
#51798



Change-Id: I81f259c2b7a75d90a8208990f3e53ff46d151c90
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291205
Reviewed-by: Alexander Thomas <[email protected]>
  • Loading branch information
itsjustkevin committed Mar 28, 2023
1 parent 1afc324 commit 5b89364
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
## 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]).
- Updates test matrix on the stable channel. (issue [#51764]).

[#51459]: https://github.com/dart-lang/sdk/issues/51459
[#51764]: https://github.com/dart-lang/sdk/issues/51764

## 2.19.4 - 2023-03-08

Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
CHANNEL stable
MAJOR 2
MINOR 19
PATCH 5
PATCH 6
PRERELEASE 0
PRERELEASE_PATCH 0

0 comments on commit 5b89364

Please sign in to comment.