Skip to content

Commit

Permalink
Version 3.4.4
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
athomas authored and Commit Queue committed Jun 12, 2024
1 parent aeed4e6 commit 6046514
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.4.4
## 3.4.4 - 2024-06-12

This is a patch release that:

Expand All @@ -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
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 3
PATCH 4
PRERELEASE 0
PRERELEASE_PATCH 0

0 comments on commit 6046514

Please sign in to comment.