diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2014-10-30 11:42:05 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2014-10-30 11:42:05 +0100 |
commit | 76aafd4ba91bd1787117df0b36a7cf3d9ec50e64 (patch) | |
tree | c420e976861d6a3f1464b676cc9fc6bb6f40968d | |
parent | 76cfb5395896d7f2534863081d62dc016470b6e7 (diff) | |
download | hakyll-76aafd4ba91bd1787117df0b36a7cf3d9ec50e64.tar.gz |
Version bump (4.6.0.0)
-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` |