Skip to content

Commit 5087ffa

Browse files
committed
[release] Move DDC sync-async flip to correct section in the release notes
[email protected] Change-Id: I0e3293ca1a7e13d79b2b59fb8500393ef4f0f5e5 Reviewed-on: https://dart-review.googlesource.com/53214 Reviewed-by: Alexander Thomas <[email protected]>
1 parent fe7056e commit 5087ffa

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"as" cast failures on function types, and implicit cast failures on the above
3030
types and function types.)
3131

32+
* `async` functions now start synchronously by default. Build tools
33+
(e.g., build_runner) may override the default and/or allow
34+
developers to configure.
35+
3236
## 2.0.0-dev.51.0
3337

3438
### Tool Changes
@@ -38,12 +42,6 @@
3842
* Force splitting an empty block as the then body of an if with an else.
3943
* Uses the new lowercase Dart 2 constant names.
4044

41-
#### Dart Dev Compiler
42-
43-
* `async` functions now start synchronously by default. Build tools
44-
(e.g., build_runner) may override the default and/or allow
45-
developers to configure.
46-
4745
#### Pub
4846

4947
* The `build` and `serve` commands will now fail and point users to

0 commit comments

Comments
 (0)