From cd5c78c4d6a4d971803d4a7adad0e6010269b75f Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 29 Sep 2013 15:08:57 +0200 Subject: Bump version (4.4.0.0), update changelog --- hakyll.cabal | 2 +- web/releases.markdown | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/hakyll.cabal b/hakyll.cabal index 6ec6ab8..4ed276c 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.3.3.0 +Version: 4.4.0.0 Synopsis: A static website compiler library Description: 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 `` comment is found -- cgit v1.2.3