Skip to content

Commit b0e7f17

Browse files
itsjustkevinCommit Queue
authored and
Commit Queue
committed
Version 3.4.1
Change-Id: I8ce7d22e377d7d96edbea3f3e36c1063abb35523 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/367340 Commit-Queue: Kevin Chisholm <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent 4f662e8 commit b0e7f17

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
## 3.4.1
1+
## 3.4.1 - 2024-05-22
22

3-
This is a patch release that
3+
This is a patch release that:
44

5-
- Fixes a bug in CFE which an manifest in compilation errors of flutter web app
6-
when compiled with dart2wasm.
5+
- Fixes a bug in the CFE which could manifest as compilation errors of Flutter
6+
web apps when compiled with dart2wasm (issue [#55714]).
77

88
- Fixes a bug in the pub client, such that `dart run` will not interfere with
9-
Flutter l10n (at least for most cases). (build_runner issue [#3705])
9+
Flutter l10n (at least for most cases) (issue [#55758]).
1010

11-
[#3705]: https://github.com/dart-lang/build/issues/3705
11+
[#55714]: https://github.com/dart-lang/sdk/issues/55714
12+
[#55758]: https://github.com/dart-lang/sdk/issues/55758
1213

13-
## 3.4.0
14+
## 3.4.0 - 2024-05-14
1415

1516
### Language
1617

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 0
29+
PATCH 1
3030
PRERELEASE 0
3131
PRERELEASE_PATCH 0

0 commit comments

Comments
 (0)