From 1890722b75ab5d764a37c373b89e476dabce4bb1 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Tue, 9 Apr 2024 11:28:12 +0000 Subject: [PATCH] chore: changelog for #1547 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41529ab3..2411d1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +- Released the + [Any Variables experiment](https://taskfile.dev/blog/any-variables), but + [_without support for maps_](https://github.com/go-task/task/issues/1415#issuecomment-2044756925) + (#1415, #1547 by @pd93). - Fix error when a file or directory in the project contained a special char like `&`, `(` or `)` (#1551, #1584 by @andreynering).