summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-08-27 11:36:44 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2014-08-27 11:36:44 +0200
commit6673c25628ff166536dd3c4deb75c5df2c65c27e (patch)
tree90ac0928774d0c62bce642b9f2f695d97fbb6bc6
parente5b6941ab471005182211692a01e41c190df63bf (diff)
downloadhakyll-6673c25628ff166536dd3c4deb75c5df2c65c27e.tar.gz
Version bump (4.5.4.0)
-rw-r--r--hakyll.cabal2
-rw-r--r--web/releases.markdown6
2 files changed, 7 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 8bf5f68..3164a77 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.6.0.0
+Version: 4.5.4.0
Synopsis: A static website compiler library
Description:
diff --git a/web/releases.markdown b/web/releases.markdown
index cc704f1..376bf8a 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,12 @@ title: Releases
# Releases
+## Hakyll 4.5.4.0
+
+- Fix issue with HTML entities when running `withUrls` and `demoteHeaders`.
+- Generate a cabal file for the initialised site.
+- Add pagination support.
+
## Hakyll 4.5.3.0
- Bump Pandoc to 1.12.4 to include the org-mode reader.