Skip to content

Commit 21b930b

Browse files
committed
[release] Correct stable changelog entries
* A fix was attributed to the wrong release. * Some fixes had been merged to stable after the last update. Change-Id: I7465ea6b976c7dd423be74c57fd079b4ee1fdef1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/406661 Reviewed-by: Ivan Inozemtsev <[email protected]>
1 parent 44dfe08 commit 21b930b

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,24 @@ AOT snapshot can be used as follows to run DDC <dart-sdk>/bin/dartaotruntime
316316

317317
## 3.6.2
318318

319-
**Released on:** Unreleased
319+
**Released on:** 2025-01-30
320320

321321
- Fixes a bug where `HttpServer` responses were not correctly encoded
322322
if a "Content-Type" header was set (issue [#59719][]).
323+
- Fix `dart format` to parse code at language version 3.6 so that digit
324+
separators can be parsed correctly (issue [#59815][], dart_style issue
325+
[#1630][dart_style #1630]).
326+
- Fixes an issue where the DevTools analytics did not distinguish
327+
between new and legacy inspector events (issue [#59884][]).
328+
- When running `dart fix` on a folder that contains a library with multiple
329+
files and more than one needs a fix, the fix will now be applied correctly
330+
only once to each file (issue [#59572][]).
323331

324332
[#59719]: https://github.com/dart-lang/sdk/issues/59719
333+
[#59815]: https://github.com/dart-lang/sdk/issues/59815
334+
[dart_style #1630]: https://github.com/dart-lang/dart_style/issues/1630
335+
[#59884]: https://github.com/dart-lang/sdk/issues/59884
336+
[#59572]: https://github.com/dart-lang/sdk/issues/59572
325337

326338
## 3.6.1
327339

@@ -336,14 +348,10 @@ AOT snapshot can be used as follows to run DDC <dart-sdk>/bin/dartaotruntime
336348
[#57084][]).
337349
- Fixes analysis options discovery in the presence of workspaces
338350
(issue [#56552][]).
339-
- When running `dart fix` on a folder that contains a library with multiple
340-
files and more than one needs a fix, the fix will now be applied correctly
341-
only once to each file (issue [#59572][]).
342351

343352
[pub#4445]: https://github.com/dart-lang/pub/issues/4445
344353
[#57084]: https://github.com/dart-lang/sdk/issues/57084
345354
[#56552]: https://github.com/dart-lang/sdk/issues/56552
346-
[#59572]: https://github.com/dart-lang/sdk/issues/59572
347355

348356
## 3.6.0
349357

0 commit comments

Comments
 (0)