[release] Add release notes for 2.12.4

Change-Id: I70a28319e0da7c136ee93c3ca25942de129763fd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/195278
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
This commit is contained in:
Alexander Thomas 2021-04-15 10:17:19 +00:00
parent 8a2b7bb5d5
commit 83ed095505

View file

@ -152,7 +152,14 @@ Updated the Linter to `1.2.1`, which includes:
[#44211]: https://github.com/dart-lang/sdk/issues/44211
## 2.12.3 - 2021-04-12
## 2.12.4 - 2021-04-15
This is a patch release that fixes a Dart VM compiler crashes when compiling
initializers containing async closures (issue [#45306][]).
[#45306]: https://github.com/dart-lang/sdk/issues/45306
## 2.12.3 - 2021-04-14
This is a patch release that fixes a vulnerability in `dart:html` related to
DOM clobbering. Thanks again to **Vincenzo di Cicco** for finding and reporting