diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2015-06-23 14:04:39 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2015-06-23 14:04:39 +0200 |
commit | 58f4bd8d72cd54912e0b25bf40fd100c9e0b9447 (patch) | |
tree | e5f345bcd0f86c59e69a5f3407142d13d051f702 | |
parent | b034bcea95385b93114aa648bb69f6c56a482893 (diff) | |
download | hakyll-58f4bd8d72cd54912e0b25bf40fd100c9e0b9447.tar.gz |
Version bump (4.7.1.0)
-rw-r--r-- | hakyll.cabal | 2 | ||||
-rw-r--r-- | web/releases.markdown | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 01e92cc..a88b29d 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.7.0.0 +Version: 4.7.1.0 Synopsis: A static website compiler library Description: diff --git a/web/releases.markdown b/web/releases.markdown index cf9e248..1eb6dee 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,13 @@ title: Releases # Releases +## Hakyll 4.7.1.0 + +- Drop old-time, old-locale, time-locale-compat dependencies +- Add convenicence `pandocBiblioCompiler` (contribution by + Matthias C. M. Troffaes) +- Add support for mediawiki (contribution by Chen Lei) + ## Hakyll 4.7.0.0 - Bump pandoc to 1.14. This will break a lot of sites: since the pandoc parser |