summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2020-04-12 14:13:37 +0200
committerGitHub <noreply@github.com>2020-04-12 14:13:37 +0200
commit76cbbc67b3c6a0d913bf10a7388cb1abda9b7e22 (patch)
tree8878bc00054144f4312135e642dcd89c39132bf0 /CHANGELOG.md
parentffa6b0e410fd042b431317bd97247f2890f44151 (diff)
downloadhakyll-76cbbc67b3c6a0d913bf10a7388cb1abda9b7e22.tar.gz
Bump version to 4.13.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4874dd1..a11bab2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ title: Releases
# Releases
+## Hakyll 4.13.3.0 (2020-04-12)
+
+- Fix compilation issue related to `MonadFail` on Windows (by Martín Emanuel)
+- Bump upper bound for `warp` to 3.4
+- Bump upper bound for `pandoc-citeproc` to 0.18
+
## Hakyll 4.13.2.0 (2020-03-07)
- Fix compatibility with GHC-8.6 (by Nikolay Yakimov).