From f8ef1b7f427371e62297b60a18eb96ede01464fa Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Mon, 28 Feb 2022 16:02:54 +0000 Subject: [PATCH] Update CHANGELOG.md wrt template names Related to https://dart-review.googlesource.com/c/sdk/+/232800 Closes https://github.com/dart-lang/sdk/pull/48482 https://github.com/dart-lang/sdk/pull/48482 GitOrigin-RevId: b553c853521e035bf4df431284fc28af72aa64a0 Change-Id: Ic49d669c5e665cd0f03a05b720b7cb4b62239b96 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/234561 Reviewed-by: Devon Carew --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be94d56d29..d06a6990f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,16 @@ The standalone `dartdoc` tool has been removed as previously announced. Its replacement is the `dart doc` command. +- The template names used in the `dart create` command have been simplified, + and the current template names are now the set shown below. (Note: for + backwards compatibility the former template names can still be used.) +``` + [console] (default) A command-line application. + [package] A package containing shared Dart libraries. + [server-shelf] A server app using package:shelf. + [web] A web app that uses only core Dart libraries. +``` + ## 2.16.1 - 2022-02-09 This is a patch release that fixes an AOT precompiler crash when building some