summaryrefslogtreecommitdiff
path: root/web/releases.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'web/releases.markdown')
-rw-r--r--web/releases.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/releases.markdown b/web/releases.markdown
index 7f82068..cf9e248 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,12 @@ title: Releases
# Releases
+## Hakyll 4.7.0.0
+
+- Bump pandoc to 1.14. This will break a lot of sites: since the pandoc parser
+ might now return an error message, it is ran inside the `Compiler` monad where
+ we can nicely handle the error.
+
## Hakyll 4.6.9.0
- Let caller decide exit (fix by Erik Dominikus)