From 42c003e07892f458d9d7b73840ec905adaa9f9ac Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Tue, 9 Feb 2021 18:53:04 +0100 Subject: [PATCH] Update CHANGELOG.md (#22) --- CHANGELOG.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2898895..fa96f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1 @@ -## 0.2 - -- Deprecate `channel` input, replaced by `sdk` input -- The `sdk` input accepts either a channel _(which infers `latest` as the version)_, or a specific version string from any of the three release channels. - > See [Matrix Testing](./README.md#matrix-testing) for an example. - -## Initial version (0.1) - -- Basic download and setup. -- Support for Linux, macOS, and Windows. +Please see the [version history](https://github.com/dart-lang/setup-dart/blob/main/README.md#version-history) in the README.md file.