diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/releases.markdown | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/releases.markdown b/web/releases.markdown index ab8bf9e..67a0b63 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,14 @@ title: Releases # Releases +## Hakyll 4.6.0.0 + +- Added `listFieldWith` function +- Improved `rulesExtraDependencies` behaviour +- Changed function syntax in templates from `$foo arg1 arg2$` to + `$foo("arg1", "arg2")$` +- Support parsing date from directory names in addition to file names + ## Hakyll 4.5.5.0 - Fix Binary instances for `pandoc` and `pandoc-citeproc` |