Skip to content

Commit

Permalink
Version 3.4.1
Browse files Browse the repository at this point in the history
Change-Id: I8ce7d22e377d7d96edbea3f3e36c1063abb35523
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/367340
Commit-Queue: Kevin Chisholm <kevinjchisholm@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
  • Loading branch information
itsjustkevin authored and Commit Queue committed May 21, 2024
1 parent 4f662e8 commit b0e7f17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
## 3.4.1
## 3.4.1 - 2024-05-22

This is a patch release that
This is a patch release that:

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

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

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

## 3.4.0
## 3.4.0 - 2024-05-14

### Language

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 0
PATCH 1
PRERELEASE 0
PRERELEASE_PATCH 0

0 comments on commit b0e7f17

Please sign in to comment.