summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2019-01-12 16:44:29 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2019-01-12 16:44:29 +0100
commit18d047a7b50a16c1a3cc835fb7659878a97f898d (patch)
tree7c9cc6ac310deccb8b781599bcd5b8e77930a701 /CHANGELOG.md
parent2e6fc8efef278eabeb6b98dfb125d3b1cc02742c (diff)
downloadhakyll-18d047a7b50a16c1a3cc835fb7659878a97f898d.tar.gz
Bump version to 4.12.5.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6cc591e..9fc0862 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,24 @@ title: Releases
# Releases
+## Hakyll 4.12.5.0 (2019-01-12)
+
+- Update dependencies (contribution by Hexirp):
+ * Bump containers to 0.6
+ * Bump yaml to 0.11
+ * Bump pandoc to 2.5
+ * Bump pandoc-citeproc to 0.15
+ * Bump tasty to 1.2
+- Correct assertion in unixFilterError test
+ (contribution by Jim McStanton)
+- Add renderRssWithTemplates, renderAtomWithTemplates
+ (contribution by Abhinav Sarkar)
+- Speed up hashing in cache (contribution by 0xd34df00d)
+- Update type of fromFilePath to use FilePath instead of String
+ (contribution by Jim McStanton)
+- Drop extension when parsing dates in filepaths (contribution by
+ Gabriel Aumala)
+
## Hakyll 4.12.4.0 (2018-08-13)
- Bump yaml to 0.10