From a9de239e3839b7949ae196109f32bf171b9cf2c4 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Sat, 5 Apr 2025 22:16:30 +0000 Subject: [PATCH] chore: changelog for #2113 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6be3078..bd558a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ - Wildcards can now [match multiple tasks](https://taskfile.dev/usage/#wildcard-arguments) (#2072, #2121 by @pd93). +- Added the ability to resolve variables when defining an include variable + (#2108, #2113 @pd93). - The default taskfile (output when using the `--init` flag) is now an embedded file in the binary instead of being stored in the code (#2112 by @pd93). - Improved the way we report the Task version when using the `--version` flag or