Skip to content

Commit 630ae3f

Browse files
authored
---
yaml --- r: 361533 b: refs/heads/mit-mit-patch-2 c: b2e1fee h: refs/heads/main i: 361531: 71aaac9
1 parent 70fcea3 commit 630ae3f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2841,4 +2841,4 @@ refs/tags/2.17.0-99.0.dev: 28e0edfed7b7be0329925388d643aa852a7c4519
28412841
refs/heads/Show-issue-template: b53d5db7145036ec770de8b356d93228b592ccd7
28422842
"refs/heads/dart2js_json": 7a4771a7a1372b0511fe252af81f64e2ee4c37ab
28432843
refs/heads/handle-null-safety: 33d38366f01f44b32f99c40d4ab664c557dee593
2844-
refs/heads/mit-mit-patch-2: 2f9d45b8bf9e5843acb94996e193e1a6fdf2da8b
2844+
refs/heads/mit-mit-patch-2: b2e1feeaf146acb6dec731ee86aed2c82fdb5bbc

branches/mit-mit-patch-2/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)