Skip to content

Commit d86f6c2

Browse files
parloughCommit Queue
authored andcommitted
[release] Add 3.6.1 entries and recent release dates to changelog
Resolves #56999 by placing release dates separate from the header. Change-Id: I54dc71db61982ceb2de1edd4fcf2771a74565d58 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404501 Reviewed-by: Kevin Chisholm <[email protected]> Commit-Queue: Alexander Thomas <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent 8521d4f commit d86f6c2

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 3.8.0
22

3+
**Released on:** Unreleased
4+
35
### Libraries
46

57
#### `dart:core`
@@ -8,6 +10,8 @@
810

911
## 3.7.0
1012

13+
**Released on:** Unreleased
14+
1115
### Language
1216

1317
Dart 3.7 adds [wildcard variables] to the language. To use them, set your
@@ -298,8 +302,41 @@ AOT snapshot can be used as follows to run DDC <dart-sdk>/bin/dartaotruntime
298302

299303
[#59716]: https://github.com/dart-lang/sdk/issues/59716
300304

305+
## 3.6.2
306+
307+
**Released on:** Unreleased
308+
309+
- Fixes a bug where `HttpServer` responses were not correctly encoded
310+
if a "Content-Type" header was set (issue [#59719][]).
311+
312+
[#59719]: https://github.com/dart-lang/sdk/issues/59719
313+
314+
## 3.6.1
315+
316+
**Released on:** 2025-01-08
317+
318+
- When inside a pub workspace, `pub get` will now delete stray
319+
`.dart_tool/package_config.json` files in directories between the
320+
workspace root and workspace directories. Preventing confusing behavior
321+
when migrating a repository to pub workspaces (issue [pub#4445][]).
322+
- Fixes crash during AOT and dart2wasm compilation which was caused by
323+
the incorrect generic covariant field in a constant object (issue
324+
[#57084][]).
325+
- Fixes analysis options discovery in the presence of workspaces
326+
(issue [#56552][]).
327+
- When running `dart fix` on a folder that contains a library with multiple
328+
files and more than one needs a fix, the fix will now be applied correctly
329+
only once to each file (issue [#59572][]).
330+
331+
[pub#4445]: https://github.com/dart-lang/pub/issues/4445
332+
[#57084]: https://github.com/dart-lang/sdk/issues/57084
333+
[#56552]: https://github.com/dart-lang/sdk/issues/56552
334+
[#59572]: https://github.com/dart-lang/sdk/issues/59572
335+
301336
## 3.6.0
302337

338+
**Released on:** 2024-12-11
339+
303340
### Language
304341

305342
Dart 3.6 adds [digit separators] to the language. To use them, set your

0 commit comments

Comments
 (0)