1
0
mirror of https://github.com/go-task/task.git synced 2025-01-22 05:10:17 +02:00

docs: update changelog

This commit is contained in:
Pete Davison 2022-10-07 10:34:50 +00:00
parent f2a8f8ad8f
commit 66f6998c86

View File

@ -2,6 +2,7 @@
## Unreleased
- Add ability to set `aliases` for tasks and namespaces ([#268](https://github.com/go-task/task/pull/268), [#340](https://github.com/go-task/task/pull/340), [#879](https://github.com/go-task/task/pull/879)).
- Add colored output to `--list`, `--list-all` and `--summary` flags ([#845](https://github.com/go-task/task/pull/845), [#874](https://github.com/go-task/task/pull/874)).
- Fix unexpected behavior where `label:` was being shown instead of the task
name on `--list`