From 46c5eafe35908339bb66ab28f740679b92bd2fa7 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Fri, 28 Jun 2024 16:02:56 +0000 Subject: [PATCH] chore: changelog for #1661 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c803fd9e85..f960755fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ - If using the [Map Variables experiment (2)](https://taskfile.dev/experiments/map-variables/?proposal=2), the `yaml` and `json` keys are no longer available (#1654 by @pd93). +- Added a new `TASK_REMOTE_DIR` environment variable to configure where cached + remote Taskfiles are stored (#1661 by @vmaerten). - Starting releasing a binary for the `riscv64` architecture on Linux (#1699 by @mengzhuo). - Fixed a couple of bugs with the `prompt:` feature (#1657 by @pd93).