From 0a51b6388f1b239378af34be521ece7d479d455a Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 22 Sep 2014 13:00:00 +0200 Subject: [PATCH] Update the Changelog for 5.0.0. --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 5564f1a5..d6e8f6d5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.