1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

chore: changelog for #1547

This commit is contained in:
Pete Davison
2024-04-09 11:28:12 +00:00
parent 1ff618cc17
commit 1890722b75

View File

@@ -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).