From 2a4f93eb414643337f98e884c9bd1b1fc1a87149 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Mon, 30 Dec 2024 11:45:56 +0100 Subject: [PATCH] chore: changelog for #1961 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d2461e..f7428217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ @vmaerten). - Fixed an issue where a required variable was incorrectly handled in a template function (#1950, #1962 by @vmaerten). +- Expose a new `TASK_DIR` special variable, which will contain the absolute path + of task directory. (#1959, #1961 by @vmaerten). ## v3.40.1 - 2024-12-06