From d01b3c8979a7245b04dbc80a2b7cb14885714368 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Tue, 9 Apr 2024 11:41:28 +0000 Subject: [PATCH] chore: changelog for #1563 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2411d1cf..aba39888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ [Any Variables experiment](https://taskfile.dev/blog/any-variables), but [_without support for maps_](https://github.com/go-task/task/issues/1415#issuecomment-2044756925) (#1415, #1547 by @pd93). +- Refactored how Task reads, parses and merges Taskfiles using a DAG (#1563 by + @pd93). - Fix error when a file or directory in the project contained a special char like `&`, `(` or `)` (#1551, #1584 by @andreynering).