From f8b1d1e6bee42bf6f56f065ac7524b40386a0eb7 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 13 Sep 2024 16:23:39 +0200 Subject: [PATCH] update changelog for 0.3.3 also fix the use of present tense in the 0.3.2 changelog --- changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 787c651..98604fc 100644 --- a/changelog.md +++ b/changelog.md @@ -16,4 +16,9 @@ - exposed `applyTemplate` so that users can do templating inside a single file # 0.3.2 -- allow the use of raw paths alongside attrsets in `extraFiles` +- allowed the use of raw paths alongside attrsets in `extraFiles` + +# 0.3.3 +- made `applyTemplate` work on a raw entry and return a string + and added an internal `applyTemplateFile` that works as the former did before +- added built-in `passthrough` template