summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md13
-rw-r--r--hakyll.cabal2
2 files changed, 14 insertions, 1 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
diff --git a/hakyll.cabal b/hakyll.cabal
index 48cf5c0..246408a 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.12.5.2
+Version: 4.13.0.0
Synopsis: A static website compiler library
Description: