|
1 | 1 | ## 3.8.0 |
2 | 2 |
|
| 3 | +**Released on:** Unreleased |
| 4 | + |
3 | 5 | ### Libraries |
4 | 6 |
|
5 | 7 | #### `dart:core` |
|
8 | 10 |
|
9 | 11 | ## 3.7.0 |
10 | 12 |
|
| 13 | +**Released on:** Unreleased |
| 14 | + |
11 | 15 | ### Language |
12 | 16 |
|
13 | 17 | 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 |
298 | 302 |
|
299 | 303 | [#59716]: https://github.com/dart-lang/sdk/issues/59716 |
300 | 304 |
|
| 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 | + |
301 | 336 | ## 3.6.0 |
302 | 337 |
|
| 338 | +**Released on:** 2024-12-11 |
| 339 | + |
303 | 340 | ### Language |
304 | 341 |
|
305 | 342 | Dart 3.6 adds [digit separators] to the language. To use them, set your |
|
0 commit comments