diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2014-03-26 12:20:56 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2014-03-26 12:20:56 +0100 |
commit | dc0c47f6df7ed653c804a794fd6ea5805092e1e2 (patch) | |
tree | a7f1147db44741b35dd9be619fa0836753774ee4 /web | |
parent | 32d9f2ec43ed4b6e62bed6839fee20068b2cd6b0 (diff) | |
download | hakyll-dc0c47f6df7ed653c804a794fd6ea5805092e1e2.tar.gz |
Bump version, update changelog
Diffstat (limited to 'web')
-rw-r--r-- | web/releases.markdown | 16 |
1 files changed, 16 insertions, 0 deletions
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 |