update changelog for 0.3.3

also fix the use of present tense in the 0.3.2 changelog
This commit is contained in:
jacekpoz 2024-09-13 16:23:39 +02:00
parent 93984819ff
commit f8b1d1e6be
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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