summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2019-08-30 11:54:26 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2019-08-30 11:54:26 +0200
commit6592d8ddc19d0c0e25621b8880af3cb29501fb57 (patch)
tree7bcbf038859903c638f882019f020097a408ed5e /CHANGELOG.md
parent036c583ea243869f05a5a311c90b94943a2b635c (diff)
downloadhakyll-6592d8ddc19d0c0e25621b8880af3cb29501fb57.tar.gz
Bump version to 4.13.0.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5ed78b..ce31d9a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,19 @@ title: Releases
# Releases
+## Hakyll 4.13.0.0 (2019-08-30)
+
+- Improved documentation in many places (contribution by Bergi)
+- Significantly improve error messages when reading and applying templates
+ (contribution by Bergi)
+ * `empty` and `fail` for `Compiler` now fail without or with a message,
+ allowing for much better debug output
+ * `renderFeed`, `renderRssWithTemplates` and `renderAtomWithTemplates` now
+ take `Template` rather than `String` arguments
+- Add option to specify date in directory structure,e.g.
+ `posts/2019/05/10/tomorrow.md` (contribution by Taeer Bar-Ya)
+- Bump QuickCheck to 2.13
+
## Hakyll 4.12.5.2 (2019-05-09)
- Bump pandoc to 2.7