diff options
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | hakyll.cabal | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dc4f76d..d5ed78b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ title: Releases # Releases +## Hakyll 4.12.5.2 (2019-05-09) + +- Bump pandoc to 2.7 +- Add `srcset` to the list of URL attributes (contribution by c50a326) +- Expose `getCategory` in `Hakyll.Web.Tags` (contribution by Ng Wei En) +- Fix issue where `published` overwrites the user's context (contribution by + ncaq) + ## Hakyll 4.12.5.1 (2019-02-03) - Bump pandoc to 2.6 diff --git a/hakyll.cabal b/hakyll.cabal index ce7ae23..2aad6ca 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.12.5.1 +Version: 4.12.5.2 Synopsis: A static website compiler library Description: |