summaryrefslogtreecommitdiff
path: root/web/releases.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-09-29 15:08:57 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2013-09-29 15:09:45 +0200
commitcd5c78c4d6a4d971803d4a7adad0e6010269b75f (patch)
tree6f71e54ee21c8ed7b7b37a237b43804195951ea2 /web/releases.markdown
parent4948b56452fe48372b25283e1a6d0bdb9505a839 (diff)
downloadhakyll-cd5c78c4d6a4d971803d4a7adad0e6010269b75f.tar.gz
Bump version (4.4.0.0), update changelog
Diffstat (limited to 'web/releases.markdown')
-rw-r--r--web/releases.markdown29
1 files changed, 29 insertions, 0 deletions
diff --git a/web/releases.markdown b/web/releases.markdown
index 47014a1..dac0d67 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,35 @@ title: Releases
# Releases
+## Hakyll 4.4.0.0
+
+- Update to work with Pandoc 1.12. This changes the type of `readPandocBibilio`:
+ the `CSL` argument is no longer optional.
+
+- Fix incorrect output of `toSiteRoot` on windows (contribution by Saeid
+ Al-Wazzan)
+
+- Add a preview port option to `Configuration` (contribution by Jorge Israel
+ Peña)
+
+- Add `watch` command that polls for changes but does not necessarily launch a
+ server (contribution by Eric Stolten)
+
+- Generalise type of `metadataField`
+
+- Fix issue where metadata was not correctly loaded when using versions
+
+## Hakyll 4.3.3.0
+
+- Re-add the `functionField` function
+
+## Hakyll 4.3.2.0
+
+- Re-add the `mapContext` function
+
+- Unescape internal URLs when using `./site check` (contribution by Marc-Antoine
+ Perennou)
+
## Hakyll 4.3.1.0
- Make teasers undefined if no `<!--more-->` comment is found