summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.