[dartdev] Mention new cli template for dart create in changelog

Bug: https://github.com/dart-lang/sdk/issues/53126
Change-Id: I510bac89a10f30370f52c78869f7b9bf2d7c66c5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329861
Reviewed-by: Ben Konyi <bkonyi@google.com>
Reviewed-by: Michael Thomsen <mit@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
This commit is contained in:
Parker Lougheed 2023-10-11 14:52:34 +00:00 committed by Commit Queue
parent bbd8c88862
commit 5ce1da0df3

View file

@ -197,6 +197,14 @@ constraint][language version] lower bound to 3.2 or greater (`sdk: '^3.2.0'`).
[#53106]: https://github.com/dart-lang/sdk/issues/53106
#### Dart command line
- The `dart create` command has a new `cli` template
to quickly create Dart command-line applications
with basic argument parsing capabilities.
To learn more about using the template,
run `dart help create`.
#### Dart format
- Always split enum declarations containing a line comment.