From 1f2fead003c7804ad79eddb1ebf685dab8f00180 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 10 Sep 2022 12:22:38 +0100 Subject: [PATCH] Update changelog for Grantlee release --- CHANGELOG | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 68cb9f5b..765055c1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,19 @@ The Grantlee Template System Version History --------------- +-- Version 5.3 -- +------------------- +* Use C++11 nullptr where appropriate +* Use QRandomGenerator instead of deprecated qRand +* Increase compatibility with Qt 6 APIs +* Add CMake option to build with Qt 6 - GRANTLEE_BUILD_WITH_QT6 +* Support enum introspection on Q_GADGET +* filesizeformat implementation as well as localized filesize +* Make enums comparable with more operations +* Add "truncatechars" filter +* Fix concatenation of string lists + + -- Version 5.2 -- ------------------- * Increase CMake requirement to version 3.5