1
0
mirror of https://github.com/go-task/task.git synced 2024-12-04 10:24:45 +02:00

Add CHANGELOG entry for #919

This commit is contained in:
Andrey Nering 2022-11-12 10:19:11 -03:00
parent e710e2cc5d
commit 890759cc5f

View File

@ -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