summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-10-30 11:42:05 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2014-10-30 11:42:05 +0100
commit76aafd4ba91bd1787117df0b36a7cf3d9ec50e64 (patch)
treec420e976861d6a3f1464b676cc9fc6bb6f40968d /web
parent76cfb5395896d7f2534863081d62dc016470b6e7 (diff)
downloadhakyll-76aafd4ba91bd1787117df0b36a7cf3d9ec50e64.tar.gz
Version bump (4.6.0.0)
Diffstat (limited to 'web')
-rw-r--r--web/releases.markdown8
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`