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

chore: changelog for #1541

This commit is contained in:
Pete Davison
2024-03-10 17:24:35 +00:00
parent f06f48e225
commit a425e2bb6c

View File

@@ -2,6 +2,9 @@
## Unreleased
- Added support for
[looping over dependencies](https://taskfile.dev/usage/#looping-over-dependencies)
(#1299, #1541 by @pd93).
- When using the
"[Any Variables](https://taskfile.dev/experiments/any-variables/)"
experiments, templating is now supported in collection-type variables (#1477,