Skip to content

Commit

Permalink
Fill the changelog for the next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveire committed Jun 24, 2011
1 parent aa05cfe commit 14031b8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 14031b8

Please sign in to comment.