From b9d202c491ceb539bc810fd12abfce0135675fd9 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Wed, 26 Feb 2025 17:49:17 +0100 Subject: [PATCH] chore: changelog for #2092 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a9dbc4..6e398f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,9 @@ - Added new [Getting Started docs](https://taskfile.dev/getting-started) (#2086 by @pd93). - Allow `matrix` to use references to other variables (#2065, #2069 by @pd93). +- Fixed a bug where, when a dynamic variable is provided, even if it is not + used, all other variables become unavailable in the templating system within + the include (#2092 by @vmaerten). #### Package API