diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2011-11-23 15:52:17 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2011-11-23 15:52:17 +0100 |
commit | 3a4b45ef29cebf9f7110412e005a3dac5d6d6262 (patch) | |
tree | bff36c99afee96b465d91e25ba4701fdbe3dce3b /web/changelog.markdown | |
parent | f47d2a9138558d6bcee167de29b86e8f04a015e7 (diff) | |
download | hakyll-3a4b45ef29cebf9f7110412e005a3dac5d6d6262.tar.gz |
Update changelog
Diffstat (limited to 'web/changelog.markdown')
-rw-r--r-- | web/changelog.markdown | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/changelog.markdown b/web/changelog.markdown index 9c6c2cf..ace64f4 100644 --- a/web/changelog.markdown +++ b/web/changelog.markdown @@ -2,6 +2,19 @@ title: Changelog --- +## Hakyll 3.2.2 + +- Add `applyTemplateWith`, `applyTemplateCompilerWith` to allows missing keys + +## Hakyll 3.2.1 + +- Add `Pandoc.Biblio` module for reference handling + +## Hakyll 3.2 + +- Switch to type-safe identifiers: e.g. `Identifier` becomes + `Identifier (Page String)` + ## Hakyll 3.1.1 - Allow `group` in rules DSL |