diff options
-rw-r--r-- | hakyll.cabal | 6 | ||||
-rw-r--r-- | web/releases.markdown | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index a88b29d..9952a69 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.7.1.0 +Version: 4.7.2.0 Synopsis: A static website compiler library Description: @@ -156,7 +156,7 @@ Library mtl >= 1 && < 2.3, network >= 2.6 && < 2.7, network-uri >= 2.6 && < 2.7, - pandoc >= 1.14 && < 1.15, + pandoc >= 1.14 && < 1.16, pandoc-citeproc >= 0.4 && < 0.8, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.3, @@ -241,7 +241,7 @@ Test-suite hakyll-tests mtl >= 1 && < 2.3, network >= 2.6 && < 2.7, network-uri >= 2.6 && < 2.7, - pandoc >= 1.14 && < 1.15, + pandoc >= 1.14 && < 1.16, pandoc-citeproc >= 0.4 && < 0.8, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.3, diff --git a/web/releases.markdown b/web/releases.markdown index 1eb6dee..f10705c 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,13 @@ title: Releases # Releases +## Hakyll 4.7.2.0 + +- Improve documentation of `getResourceXXX` functions (contribution by Matthias + C. M. Troffaes) +- Allow for empty templates +- Bump pandoc dependency to 1.15 + ## Hakyll 4.7.1.0 - Drop old-time, old-locale, time-locale-compat dependencies |