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