1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Add CHANGELOG for #573

This commit is contained in:
Andrey Nering
2021-09-25 09:48:49 -03:00
parent a5ed8ad58c
commit 41a71e1dee

View File

@@ -2,6 +2,8 @@
## Unreleased ## Unreleased
- Fix some `nil` errors
([#534](https://github.com/go-task/task/issues/534), [#573](https://github.com/go-task/task/pull/573)).
- Add ability to declare an included Taskfile as optional - Add ability to declare an included Taskfile as optional
([#519](https://github.com/go-task/task/issues/519), [#552](https://github.com/go-task/task/pull/552)). ([#519](https://github.com/go-task/task/issues/519), [#552](https://github.com/go-task/task/pull/552)).
- Add support for including Taskfiles in the home directory by using `~` - Add support for including Taskfiles in the home directory by using `~`