diff options
-rw-r--r-- | hakyll.cabal | 2 | ||||
-rw-r--r-- | web/releases.markdown | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 17d80be..ced01c6 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.3.0.0 +Version: 4.3.1.0 Synopsis: A static website compiler library Description: diff --git a/web/releases.markdown b/web/releases.markdown index 7ee5aa2..47014a1 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,12 @@ title: Releases # Releases +## Hakyll 4.3.1.0 + +- Make teasers undefined if no `<!--more-->` comment is found + +- Sanitize tag URLs (contribution by Simonas Kazlauskas) + ## Hakyll 4.3.0.0 - Add conditionals, partials and for loops to the template system (includes a |