diff options
-rw-r--r-- | hakyll.cabal | 2 | ||||
-rw-r--r-- | web/releases.markdown | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 80b79f7..dacb0ae 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.5.5.1 +Version: 4.6.0.0 Synopsis: A static website compiler library Description: 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` |