From da6f5c66a03e792d3dffc358b8dcb5f5bf03e05c Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Fri, 28 Jun 2024 16:09:40 +0000 Subject: [PATCH] chore: changelog for #1636 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f960755f..1e6e3cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ 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). +- Improved the readability of cached remote Taskfile filenames (#1636 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).