diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-09-29 15:08:57 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-09-29 15:09:45 +0200 |
commit | cd5c78c4d6a4d971803d4a7adad0e6010269b75f (patch) | |
tree | 6f71e54ee21c8ed7b7b37a237b43804195951ea2 /web | |
parent | 4948b56452fe48372b25283e1a6d0bdb9505a839 (diff) | |
download | hakyll-cd5c78c4d6a4d971803d4a7adad0e6010269b75f.tar.gz |
Bump version (4.4.0.0), update changelog
Diffstat (limited to 'web')
-rw-r--r-- | web/releases.markdown | 29 |
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 |