Skip to content

Commit

Permalink
Version 3.4.2
Browse files Browse the repository at this point in the history
Change-Id: I0381bceea7d7650e5e3194dc62700bbc186a08e6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/368565
Reviewed-by: Michael Thomsen <[email protected]>
Commit-Queue: Alexander Thomas <[email protected]>
  • Loading branch information
athomas authored and Commit Queue committed May 29, 2024
1 parent 73baf6c commit 9b9939e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.4.2
## 3.4.2 - 2024-05-29

This is a patch release that:

Expand All @@ -11,16 +11,16 @@ This is a patch release that:
dart2wasm.

- Implements missing control flow constructs (exceptions, switch/case with
yields) in `sync*` in dart2wasm (issues [#51343], [#51342]).
yields) in `sync*` in dart2wasm (issues [#51342], [#51343]).

- Fixes a bug dart2wasm compiler that surfaces as a compiler crash when indexing
lists where the compiler proofs the list to be constant and the index is
out-of-bounds (issue [#55817]).

[#55347]: https://github.com/dart-lang/sdk/issues/55347
[#55457]: https://github.com/dart-lang/sdk/issues/55457
[#51343]: https://github.com/dart-lang/sdk/issues/51343
[#51342]: https://github.com/dart-lang/sdk/issues/51342
[#51343]: https://github.com/dart-lang/sdk/issues/51343
[#55817]: https://github.com/dart-lang/sdk/issues/55817

## 3.4.1 - 2024-05-22
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 3
MINOR 4
PATCH 1
PATCH 2
PRERELEASE 0
PRERELEASE_PATCH 0

0 comments on commit 9b9939e

Please sign in to comment.