1
0
mirror of https://github.com/go-task/task.git synced 2025-02-05 13:25:14 +02:00

CHANGELOG: Fix typo

This commit is contained in:
Andrey Nering 2021-07-10 22:04:15 -03:00
parent 1f9fd24064
commit 22549e9fd8

View File

@ -3,7 +3,7 @@
## Unreleased
- Allow using both `sources:` and `status:` in the same task
([#411](https://github.com/go-task/task/issues/411), ([#427](https://github.com/go-task/task/issues/427)), [#477](https://github.com/go-task/task/pull/477)).
([#411](https://github.com/go-task/task/issues/411), [#427](https://github.com/go-task/task/issues/427), [#477](https://github.com/go-task/task/pull/477)).
- Small optimization and bug fix: don't compute variables if not needed for
`dotenv:` ([#517](https://github.com/go-task/task/issues/517)).