From 60465149414572c8ca189d8f65fdb39795c4b97d Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Wed, 12 Jun 2024 15:54:31 +0000 Subject: [PATCH] Version 3.4.4 Change-Id: I61476b1150828adb93a9c2e6dde4461e736035c5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371122 Reviewed-by: Michael Thomsen Commit-Queue: Alexander Thomas --- CHANGELOG.md | 12 ++++++------ tools/VERSION | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140a7dcb777c..306f2841cacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/tools/VERSION b/tools/VERSION index 8806ba079c36..cbd2f2ea0b71 100644 --- a/tools/VERSION +++ b/tools/VERSION @@ -26,6 +26,6 @@ CHANNEL stable MAJOR 3 MINOR 4 -PATCH 3 +PATCH 4 PRERELEASE 0 PRERELEASE_PATCH 0