summaryrefslogtreecommitdiff
path: root/web/releases.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-06-12 12:15:53 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2013-06-12 12:15:53 +0200
commita591b1622fe9608bc1dc485b74a54730c958bf4d (patch)
tree91eb3e9704eb4344fa409d4ffa389e2a2c083012 /web/releases.markdown
parent2c2b9b21df068fdc19a8edc718145e8ab757eecc (diff)
downloadhakyll-a591b1622fe9608bc1dc485b74a54730c958bf4d.tar.gz
All ready for the 4.3 release!
Diffstat (limited to 'web/releases.markdown')
-rw-r--r--web/releases.markdown25
1 files changed, 25 insertions, 0 deletions
diff --git a/web/releases.markdown b/web/releases.markdown
index 2c76812..7ee5aa2 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,31 @@ title: Releases
# Releases
+## Hakyll 4.3.0.0
+
+- Add conditionals, partials and for loops to the template system (includes a
+ contribution by Ivan N. Veselov)
+
+- Improvements to the preview functionality on windows (contribution by Jorge
+ Israel Peña)
+
+- Add pagination support (contribution by Anton Dubovik)
+
+- Slight speedup for the Hakyll cache (contribution by justnoxx)
+
+- Add teaser functionality (contribution by Ivan N. Veselov)
+
+- Make `./site check` work with scheme-relative URLs (contribution by Simonas
+ Kazlauskas)
+
+- The `./site deploy` command can now be customized with Haskell code
+ (contribution by Samuel Tardieu)
+
+- Use `hsnotify` for proper polling instead of sleep loop on all platforms
+ (contribution by Simonas Kazlauskas)
+
+- More useful debug info available
+
## Hakyll 4.2.2.0
- Fix issue with `Alternative` instance of `Compiler`