From 41a71e1dee8cebbe51408758bc89bfefb0724c54 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 25 Sep 2021 09:48:49 -0300 Subject: [PATCH] Add CHANGELOG for #573 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 527622f4..25403d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 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 ([#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 `~`