From 32c0d38f8618f92694e747d979090d2d8bd702b8 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Mon, 15 Dec 2025 23:07:12 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cdae798..3bd2f70a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ on failure, improving visibility in workflow summaries (#2568 by @vmaerten). - Fixed a bug where `ignore_error` was ignored when using `task:` to call another task (#2552, #363 by @trulede). +- Added `--remote-cache-dir` flag and `remote.cache-dir` taskrc option to + customize the cache directory for Remote Taskfiles (#2572 by @vmaerten). ## v3.45.5 - 2025-11-11