summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal2
-rw-r--r--web/releases.markdown16
2 files changed, 17 insertions, 1 deletions
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