@@ -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