From dc3cf1cb16af4210a67c8d7209e476f760fe1266 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Thu, 11 Jan 2024 16:02:52 +0000 Subject: [PATCH] chore: changelog for #1438, #1464 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e67291..d0b61d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ @pd93). - Added new template function: `spew`, which can be used to print variables for debugging purposes (#1452 by @pd93). +- Added new template function: `merge`, which can be used to merge any number of + map variables (#1438, #1464 by @pd93). - Small change on the API when using as a library: `call.Direct` became `call.Indirect` (#1459 by @pd93). - Refactored the public `read` and `taskfile` packages and introduced