Skip to content

Commit dcddfab

Browse files
itsjustkevinCommit Queue
authored and
Commit Queue
committed
Version 3.7.1
Change-Id: I06a39b1faaf5e4f5e0c0d19ba9be28bb3e4cd5d2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/412142 Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Kevin Chisholm <[email protected]>
1 parent 6b10c38 commit dcddfab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
## 3.7.1
2-
**Released on:** Unreleased
2+
**Released on:** 2025-02-26
33

44
This is a patch release that:
55

66
- Fixes a bug in the DevTools network profiler that was causing network
7-
traffic to be dropped (issue [#8888])
7+
traffic to be dropped (issue [#8888]).
88
- Fixes a bug in DDC that prevents code from compiling when it includes
9-
factory constructors containing generic local functions (issue [#160338])
9+
factory constructors containing generic local functions (issue [#160338]).
1010
- Fixes a bug in the CFE that didn't correctly mark wildcard variables
1111
in formal parameters, causing the wildcard variables to appear in
12-
variable lists while debugging (issue [#60121])
12+
variable lists while debugging (issue [#60121]).
1313

1414
[#8888]: https://github.com/flutter/devtools/issues/8888
1515
[#160338]: https://github.com/flutter/flutter/issues/160338

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

0 commit comments

Comments
 (0)