Skip to content

Commit

Permalink
Update the Changelog for 5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveire committed Sep 22, 2014
1 parent 0172e8d commit 0a51b63
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ The Grantlee Template System
Version History
---------------

-- Version 5.0.0 --
-------------------
* Drop Qt 4 build. Make Qt 5 a hard requirement.
* Add a porting guide for users of old versions of Grantlee.
* Drop custom handling of QObjects and containers in QVariant.
* Drop old names 'grantlee_core' and 'grantlee_gui' in favor of 'Templates' and 'Textdocument' respectively.
* Rely on modern CMake features such as IMPORTED targets and usage requirements.
* Bump Grantlee CMake requirement to 2.8.12.
* Make the virtual Grantlee::Node::render method const.
* Merge LocalizedFilesystemTemplateLoader into FilesystemTemplateLoader.
* Remove typedefs for QSharedPointers from APIs.

-- Version 0.5.1 --
-------------------
* Make the coverage target work with Qt 5.
Expand Down

0 comments on commit 0a51b63

Please sign in to comment.