From f2c4926863596369e27d461cc626a3ee81b7e4d5 Mon Sep 17 00:00:00 2001 From: Jens Halm Date: Fri, 22 Nov 2013 17:47:16 +0100 Subject: [PATCH] add release notes for version 0.4.0 --- notes/0.4.0.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 notes/0.4.0.markdown diff --git a/notes/0.4.0.markdown b/notes/0.4.0.markdown new file mode 100644 index 000000000..0e36782fb --- /dev/null +++ b/notes/0.4.0.markdown @@ -0,0 +1,14 @@ + +This is a big update which adds template based site generation, batch processing +and related features. + +* Template-based site generation +* Support for tables of contents, autonumbering of documents and sections + and convenient cross-linking between documents for all supported markup + formats +* Custom Directives (tags) for templates and text markup +* Document Fragments that can be rendered separately from the main document content +* New API for batch processing for parse, render and full transform operations +* Parallel processing of parsers and renderers +* Completely restructured [manual](http://planet42.github.com/Laika/index.html) +