1
0
mirror of https://github.com/go-task/task.git synced 2025-02-03 13:22:11 +02:00

chore: changelog for #1612

This commit is contained in:
Pete Davison 2024-04-24 19:50:03 +00:00
parent 630e58767b
commit a5b949f5dc
No known key found for this signature in database
GPG Key ID: 2ABFD790DF2521A2

View File

@ -12,6 +12,10 @@
like `&`, `(` or `)` (#1551, #1584 by @andreynering).
- Added alias `q` for template function `shellQuote` (#1601, #1603 by @vergenzt)
- Added support for `~` on ZSH completions (#1613 by @jwater7).
- Added the ability to pass variables by reference using Go template syntax when
the
[Map Variables experiment](https://taskfile.dev/experiments/map-variables/) is
enabled (#1612 by @pd93).
## v3.36.0 - 2024-04-08