From f302b50519ee1b1d5b2de4f09b9254252fd6ed9b Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sun, 25 Aug 2024 23:05:34 +0200 Subject: [PATCH] chore: changelog for #1715 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 973cf78c..0f910b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ with a non-zero exit code (#1484, #1762 by @dorimon-1 and @andreynering). - Expose a new `ALIAS` special variable, which will contain the alias used to call the current task. Falls back to the task name. (#1764 by @DanStory). +- Fixed `TASK_REMOTE_DIR` environment variable not working when the path was absolute. (#1715 by @vmaerten). ## v3.38.0 - 2024-06-30