From 30f191044a1037db33a110cf082785cb41bbe4ec Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 31 Mar 2010 15:23:00 +0200 Subject: [PATCH] Dug in git commits to restore changelogs. --- examples/hakyll/changelog.markdown | 33 +++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/examples/hakyll/changelog.markdown b/examples/hakyll/changelog.markdown index ebc9670..d8370a4 100644 --- a/examples/hakyll/changelog.markdown +++ b/examples/hakyll/changelog.markdown @@ -47,6 +47,37 @@ January 19, 2010 ## Hakyll 1.0 -January 14, 2010 +January 14, 2009 - First stable release. +- Custom templating system. +- Added `$root` key for relative URL's. + +## Hakyll 0.4 + +January 8, 2010 + +- Added examples. +- Added `ContextManipulation` type. + +## Hakyll 0.3 + +December 28, 2009 + +- Added a general `directory` function. +- Added CSS compression. +- Added tag support. +- Added a simple HTTP server for testing purposes. + +## Hakyll 0.2 + +December 16, 2010 + +- Abstracted `Renderable` type. +- Added simple caching and dependency checking. + +## Hakyll 0.1 + +December 5, 2009 + +- Initial release.