1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

Add CHANGELOG for #877

This commit is contained in:
Andrey Nering 2022-10-06 22:46:59 -03:00
parent 754248395c
commit fb0e43989d

View File

@ -1,5 +1,11 @@
# Changelog
## Unreleased
- Fix unexpected behavior where `label:` was being shown instead of the task
name on `--list`
([#603](https://github.com/go-task/task/issues/603), [#877](https://github.com/go-task/task/pull/877)).
## v3.16.0 - 2022-09-29
- Add `npm` as new installation method: `npm i -g @go-task/cli`