From 14031b83dcd0ffd30bb0e015e8a09f72f339dcc0 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Fri, 24 Jun 2011 14:53:33 +0200 Subject: [PATCH] Fill the changelog for the next release. --- CHANGELOG | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 54a573ba..d77ced45 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,21 @@ The Grantlee Template System Version History --------------- +-- Version 0.1.9 -- +------------------- +* Port the lexer to a state machine based string parser +* Add feature to trim insignificant whitespace +* Build with stricter Qt flags QT_NO_KEYWORDS and QT_NO_CAST_FROM_BYTEARRAY +* Add example application for a html based templated application framework +* Add documentation and convenience functions for QObject and Q_PROPERTY introspection +* Modernise the CMake build system including creation of EXPORT targets and fixing of various cross-platform issues. +* Add a componentized CPack packaging system for binary tarballs and windows install wizards. +* Ability to use COMPONENTS argument to find_package with Grantlee. +* Add a build target for generating code coverage information. +* Platform fixes for MIPS, ARM and MinGW +* Add more documentation for example applications shipped with the Grantlee source. +* Add the changelog for prior versions of Grantlee + -- Version 0.1.8 -- ------------------- * Add support for internationalization and localization features.