From a0a2cee2181e8263c267630efda84eb59c6b4ef4 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Sun, 10 Mar 2024 17:30:52 +0000 Subject: [PATCH] chore: changelog for #1533 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2410668b..7878d0ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ "[Any Variables](https://taskfile.dev/experiments/any-variables/)" experiments, templating is now supported in collection-type variables (#1477, #1511, #1526 by @pd93). +- Fixed a bug where variables being passed to an included Taskfile were not + available when defining global variables (#1503, #1533 by @pd93). ## v3.35.1 - 2024-03-04