summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-03-31 15:23:00 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-03-31 15:23:00 +0200
commit30f191044a1037db33a110cf082785cb41bbe4ec (patch)
treebdae4be2e6bc865e0f4c9c489a2ec3a2a0b63823
parent19268870c793cf99329d07ee6a18fd4987d0a7a7 (diff)
downloadhakyll-30f191044a1037db33a110cf082785cb41bbe4ec.tar.gz
Dug in git commits to restore changelogs.
-rw-r--r--examples/hakyll/changelog.markdown33
1 files changed, 32 insertions, 1 deletions
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.