Version 3.4.4

Change-Id: I61476b1150828adb93a9c2e6dde4461e736035c5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371122
Reviewed-by: Michael Thomsen <mit@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2024-06-12 15:54:31 +00:00 committed by Commit Queue
parent aeed4e6478
commit 6046514941
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
## 3.4.4
## 3.4.4 - 2024-06-12
This is a patch release that:
@ -21,20 +21,20 @@ This is a patch release that:
This is a patch release that:
- Fixes an issue where `DART_VM_OPTIONS` were not correctly parsed for
standalone Dart executables created with `dart compile exe` (issue
standalone Dart executables created with `dart compile exe` (issue
[#55818]).
- Fixes a bug in dart2wasm that can result in a runtime error that says
`array.new_fixed()` has a constant larger than 10000 (issue [#55873]).
- Adds support for `--enable-experiment` flag to `dart compile` wasm
- Adds support for `--enable-experiment` flag to `dart compile` wasm
(issue [#55894]).
- Fixes an issue in dart2wasm compiler that can result in incorrect
- Fixes an issue in dart2wasm compiler that can result in incorrect
nullability of type parameter (see [#55895]).
- Disallows `dart:ffi` imports in user code in dart2wasm (e.g. issue
[#53910]) as dart2wasm's currently only supports a small subset of
- Disallows `dart:ffi` imports in user code in dart2wasm (e.g. issue
[#53910]) as dart2wasm's currently only supports a small subset of
`dart:ffi` (issue [#55890]).
[#55818]: https://github.com/dart-lang/sdk/issues/55818

View file

@ -26,6 +26,6 @@
CHANNEL stable
MAJOR 3
MINOR 4
PATCH 3
PATCH 4
PRERELEASE 0
PRERELEASE_PATCH 0