summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-01-08 12:40:04 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2017-01-08 12:40:04 +0100
commit3930890e9dc721421ccee2af9a0704fab6fc834c (patch)
treea262993dfb60fd95999bf95c339421bda56e8630 /web
parent85a69c9040ca862964bdf726029be71e937bef1a (diff)
downloadhakyll-3930890e9dc721421ccee2af9a0704fab6fc834c.tar.gz
Bump version to 4.9.3.0
Diffstat (limited to 'web')
-rw-r--r--web/releases.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/releases.markdown b/web/releases.markdown
index 599524b..1d8602d 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,12 @@ title: Releases
# Releases
+## Hakyll 4.9.3.0
+
+- Add a `Hakyll.Web.Redirect` module (contribution by gwern)
+- Expose `Hakyll.Commands`
+- Fix the exit code behaviour of `./site check`
+
## Hakyll 4.9.2.0
- Fix integer fields in YAML metadata (Fix by Nikolaos S. Papaspyrou)