Skip to content

Commit 3cfaff7

Browse files
iinozemtsevCommit Queue
authored andcommitted
Finalize the changelog
Change-Id: I5c2118b2423c3767901e1b7bb6e370aea71626d9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/428540 Reviewed-by: Alexander Thomas <[email protected]> Auto-Submit: Ivan Inozemtsev <[email protected]> Commit-Queue: Ivan Inozemtsev <[email protected]>
1 parent 06d2071 commit 3cfaff7

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ constraint][language version] lower bound to 3.9 or greater (`sdk: '^3.9.0'`).
4040

4141
## 3.8.0
4242

43-
**Released on:** Unreleased
43+
**Released on:** 2025-05-20
4444

4545
### Language
4646

@@ -347,6 +347,45 @@ same as it was before.
347347
);
348348
```
349349

350+
## 3.7.3
351+
352+
**Released on:** 2025-04-16
353+
354+
This is a patch release that:
355+
356+
- Fixes a performance regression in the analysis server (issue [#60335]).
357+
358+
[#60335]: https://github.com/dart-lang/sdk/issues/60335
359+
360+
## 3.7.2
361+
362+
**Released on:** 2025-03-12
363+
364+
This is a patch release that:
365+
366+
- Fixes a bug in dart2wasm that imports a `js-string` builtin function with a
367+
non-nullable parameter type where it must use a nullable one (issue [#59899]).
368+
369+
[#59899]: https://github.com/dart-lang/sdk/issues/59899
370+
371+
## 3.7.1
372+
373+
**Released on:** 2025-02-26
374+
375+
This is a patch release that:
376+
377+
- Fixes a bug in the DevTools network profiler that was causing network
378+
traffic to be dropped (issue [#8888]).
379+
- Fixes a bug in DDC that prevents code from compiling when it includes
380+
factory constructors containing generic local functions (issue [#160338]).
381+
- Fixes a bug in the CFE that didn't correctly mark wildcard variables
382+
in formal parameters, causing the wildcard variables to appear in
383+
variable lists while debugging (issue [#60121]).
384+
385+
[#8888]: https://github.com/flutter/devtools/issues/8888
386+
[#160338]: https://github.com/flutter/flutter/issues/160338
387+
[#60121]: https://github.com/dart-lang/sdk/issues/60121
388+
350389
## 3.7.0
351390

352391
**Released on:** 2025-02-12

0 commit comments

Comments
 (0)