Update CHANGELOG.md with dart2native

Fixes https://github.com/dart-lang/sdk/issues/38768

Closes #38835
https://github.com/dart-lang/sdk/pull/38835

GitOrigin-RevId: 233a7297f53f53fc0cc6823259ba8ddaf011879f
Change-Id: I54fa5f5f1da165a85751e3d7ce6d37950b685136
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/121360
Reviewed-by: Clement Skau <cskau@google.com>
This commit is contained in:
Michael Thomsen 2019-10-11 14:21:04 +00:00
parent d374ff8cbc
commit e6a856a3b3

View file

@ -82,6 +82,9 @@ main() { foo(() {}); }
### Dart VM
* Added a new tool for AOT compiling Dart programs to native, self-contained
executables. See https://dart.dev/tools/dart2native for additional details.
### Dart for the Web
#### Dart Dev Compiler (DDC)