Skip to content

Commit 6046514

Browse files
athomasCommit Queue
authored andcommitted
Version 3.4.4
Change-Id: I61476b1150828adb93a9c2e6dde4461e736035c5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371122 Reviewed-by: Michael Thomsen <[email protected]> Commit-Queue: Alexander Thomas <[email protected]>
1 parent aeed4e6 commit 6046514

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.4.4
1+
## 3.4.4 - 2024-06-12
22

33
This is a patch release that:
44

@@ -21,20 +21,20 @@ This is a patch release that:
2121
This is a patch release that:
2222

2323
- Fixes an issue where `DART_VM_OPTIONS` were not correctly parsed for
24-
standalone Dart executables created with `dart compile exe` (issue
24+
standalone Dart executables created with `dart compile exe` (issue
2525
[#55818]).
2626

2727
- Fixes a bug in dart2wasm that can result in a runtime error that says
2828
`array.new_fixed()` has a constant larger than 10000 (issue [#55873]).
2929

30-
- Adds support for `--enable-experiment` flag to `dart compile` wasm
30+
- Adds support for `--enable-experiment` flag to `dart compile` wasm
3131
(issue [#55894]).
3232

33-
- Fixes an issue in dart2wasm compiler that can result in incorrect
33+
- Fixes an issue in dart2wasm compiler that can result in incorrect
3434
nullability of type parameter (see [#55895]).
3535

36-
- Disallows `dart:ffi` imports in user code in dart2wasm (e.g. issue
37-
[#53910]) as dart2wasm's currently only supports a small subset of
36+
- Disallows `dart:ffi` imports in user code in dart2wasm (e.g. issue
37+
[#53910]) as dart2wasm's currently only supports a small subset of
3838
`dart:ffi` (issue [#55890]).
3939

4040
[#55818]: https://github.com/dart-lang/sdk/issues/55818

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
CHANNEL stable
2727
MAJOR 3
2828
MINOR 4
29-
PATCH 3
29+
PATCH 4
3030
PRERELEASE 0
3131
PRERELEASE_PATCH 0

0 commit comments

Comments
 (0)