Add dart2native discontinuation to changelog

Follow-up to https://dart-review.googlesource.com/c/sdk/+/210241

Change-Id: I828adafb04ae92731378b2e372a127dc35de12cb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210921
Reviewed-by: Devon Carew <devoncarew@google.com>
This commit is contained in:
Michael Thomsen 2021-08-23 20:54:22 +00:00
parent 6c5fb84716
commit 484825eb09

View file

@ -21,6 +21,15 @@
This brings the implementation behavior in line with the spec.
### Tools
#### Dart command line
- **Breaking Change** [#46100][]: The standalone `dart2native` tool has been
removed as previously announced. Its replacements are the
`dart compile exe` and `dart compile aot-snapshot` commands, which offer the
same functionality.
## 2.14.0
### Language