diff options
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | hakyll.cabal | 2 |
2 files changed, 14 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5bb3e..17cd8a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,19 @@ title: Releases # Releases -## Unreleased - -- Support GHC-8.8. Add `MonadFail` instances and constraints. +## Hakyll 4.13.1.0 (2020-02-26) + +- Fix timezone parsing bug with time-1.9 +- Remove constant field for homepage title in example site (by Liang-Ting Chen) +- Clean up `stack.yaml` (by Hexirp) +- Use crytonite instead of cryptohash (by Hexirp) +- Expose CLI argument parser internals (by Jim McStanton) +- Support GHC-8.8. Add `MonadFail` instances and constraints (by Veronika + Romashkina) +- Fix file path compatibility with Windows (by Hexirp) +- Fix logging output flushing in `site server` (by robx) +- Fix spacing of command line usage in `hakyll-init` (by robx) +- Add titles to tag fields by default ## Hakyll 4.13.0.1 (2019-09-18) diff --git a/hakyll.cabal b/hakyll.cabal index 7ce14db..7e5dabd 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.13.0.1 +Version: 4.13.1.0 Synopsis: A static website compiler library Description: |