From c569cbc2200665ac862a1ee97e4ec909c2b9ca58 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Fri, 22 Dec 2023 00:29:36 +0000 Subject: [PATCH] chore(readme): fix another typo on link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2b75f4..05021b2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## v3.33.1 - 2023-12-21 - Added support for looping over map variables with the - [Any Variables experiment](https://taskfile.dev/experiments/any_variables) + [Any Variables experiment](https://taskfile.dev/experiments/any-variables) enabled (#1435, #1437 by @pd93). - Fixed a bug where dynamic variables were causing errors during fast compilation (#1435, #1437 by @pd93)