From 890759cc5fa3ad702bf404b2aaabb799270e24d8 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 12 Nov 2022 10:19:11 -0300 Subject: [PATCH] Add CHANGELOG entry for #919 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 358dffe8..be6ca04a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +- Show aliases on `task --list --silent` (`task --ls`). This means that aliases + will be completed by the completion scripts + ([#919](https://github.com/go-task/task/pull/919)). - Tasks in the root Taskfile will now be displayed first in `--list`/`--list-all` output ([#806](https://github.com/go-task/task/pull/806), [#890](https://github.com/go-task/task/pull/890)). - It's now possible to call a `default` task in an included Taskfile by using