From 21cd57377018108b73622b7986b47c49a914c542 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Mon, 2 Sep 2024 19:32:19 +0000 Subject: [PATCH] chore: changelog for #1767 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad03f5c3..99521ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,10 +18,13 @@ @vmaerten). - Added a new [`--completion` flag](https://taskfile.dev/installation/#setup-completions) to - output completion scripts for various shells (#1157 by @pd93). + output completion scripts for various shells (#293, #1157 by @pd93). - This is now the preferred way to install completions. - The completion scripts in the `completion` directory [are now deprecated](https://taskfile.dev/deprecations/completion-scripts/). +- Added the ability to + [loop over a matrix of values](https://taskfile.dev/usage/#looping-over-a-matrix) + (#1766, #1767 by @pd93). ## v3.38.0 - 2024-06-30