Skip to content

Commit 2c0a5f4

Browse files
itsjustkevinCommit Queue
authored and
Commit Queue
committed
Version 2.18.7
Change-Id: I6ce155708c7a28ba0f30bfc55713ef1c9f624f58 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278882 Commit-Queue: Jonas Termansen <[email protected]> Reviewed-by: Jonas Termansen <[email protected]>
1 parent c9db5e0 commit 2c0a5f4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.18.7 - 2022-01-12
2+
3+
This is a patch release that:
4+
5+
- Fixes an AOT compiler crash that occured when returning an uninitialized late
6+
local variable from an async function (issue [#50894][]).
7+
8+
[#50894]: https://github.com/dart-lang/sdk/issues/50389
9+
110
## 2.18.6 - 2022-12-14
211

312
This is a patch release that:

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
CHANNEL stable
2727
MAJOR 2
2828
MINOR 18
29-
PATCH 6
29+
PATCH 7
3030
PRERELEASE 0
3131
PRERELEASE_PATCH 0
3232
# re-release

0 commit comments

Comments
 (0)