diff options
-rw-r--r-- | hakyll.cabal | 2 | ||||
-rw-r--r-- | web/releases.markdown | 29 |
2 files changed, 30 insertions, 1 deletions
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 `<!--more-->` comment is found |