Skip to content

Commit b2e1fee

Browse files
authored
Update CHANGELOG.md
1 parent 2f9d45b commit b2e1fee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@
8383
- **Breaking change** [#46100](https://github.com/dart-lang/sdk/issues/46100):
8484
The standalone `dartdoc` tool has been removed as
8585
previously announced. Its replacement is the `dart doc` command.
86+
87+
- The template names used in the `dart create` command have been simplified,
88+
and the current template names are now the set shown below. (Note: for
89+
backwards compatibility the former template names can still be used.)
90+
```
91+
[console] (default) A command-line application.
92+
[package] A package containing shared Dart libraries.
93+
[server-shelf] A server app using package:shelf.
94+
[web] A web app that uses only core Dart libraries.
95+
```
8696

8797
## 2.16.1 - 2022-02-09
8898

0 commit comments

Comments
 (0)