Skip to content

Commit

Permalink
Version 3.2.4
Browse files Browse the repository at this point in the history
Change-Id: I68ee67dd692d7acf49eebb5de35b0fecfba914d1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/343241
Reviewed-by: Alexander Thomas <[email protected]>
Commit-Queue: Alexander Thomas <[email protected]>
  • Loading branch information
itsjustkevin authored and Commit Queue committed Dec 21, 2023
1 parent 3eb3c8f commit af44883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This is a patch release that:

- Upgrades Dart DevTools to version 2.28.5 (issue [#54427][])
- Fixes an issue with serving static DevTools assets. (issue [#54428][])
- Upgrades Dart DevTools to version 2.28.5 (issue [#54427][]).
- Fixes an issue with serving static DevTools assets. (issue [#54428][]).

[#54427]: https://github.com/dart-lang/sdk/issues/54427
[#54428]: https://github.com/dart-lang/sdk/issues/54428
Expand All @@ -14,7 +14,7 @@ This is a patch release that:

- Disallows final fields to be used in a constant context during analysis
(issue [#54232][]).
- Upgrades Dart DevTools to version 2.28.4 (issue [#54213][])
- Upgrades Dart DevTools to version 2.28.4 (issue [#54213][]).
- Fixes new AOT snapshots in the SDK failing with SIGILL in ARM
environments that don't support the integer division
instructions or x86-64 environments that don't support
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 2
PATCH 3
PATCH 4
PRERELEASE 0
PRERELEASE_PATCH 0

0 comments on commit af44883

Please sign in to comment.