update changelog for 0.3.3
also fix the use of present tense in the 0.3.2 changelog
This commit is contained in:
parent
93984819ff
commit
f8b1d1e6be
1 changed files with 6 additions and 1 deletions
|
@ -16,4 +16,9 @@
|
||||||
- exposed `applyTemplate` so that users can do templating inside a single file
|
- exposed `applyTemplate` so that users can do templating inside a single file
|
||||||
|
|
||||||
# 0.3.2
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue