From dc0c47f6df7ed653c804a794fd6ea5805092e1e2 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 26 Mar 2014 12:20:56 +0100 Subject: Bump version, update changelog --- hakyll.cabal | 2 +- web/releases.markdown | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/hakyll.cabal b/hakyll.cabal index 17707a8..340502f 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.4.3.2 +Version: 4.5.0.0 Synopsis: A static website compiler library Description: diff --git a/web/releases.markdown b/web/releases.markdown index 7277ea9..09d8153 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,22 @@ title: Releases # Releases +## Hakyll 4.5.0.0 + +- Fix issue with syntax highlighting and line numbers (contribution by Adelbert + Chang) +- Improve documentation for `Context` (contribution by Daniil Frumin) +- Added `IsString` instance for `Template` +- Added the `pandocCompilerWithTransformM` function (contribution by Daniil + Frumin) +- Make `./site check` return the right exit code (contribution by Andres Loeh) +- Use OS threads to make `./site watch` work nicely on Windows (contribution by + Simonas Kazlauskas) +- Make the `unixFilter` function work better on windows by calling `shell` + (contribution by Collin J. Doering) +- Add a command-line flag to bind on a user-specified host (contribution by + chrisdotcode) + ## Hakyll 4.4.3.0 - Fix issue when using `metadataRoute` after other custom routes -- cgit v1.2.3