We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ee054 commit 1f2feadCopy full SHA for 1f2fead
CHANGELOG
@@ -5,6 +5,19 @@ The Grantlee Template System
5
Version History
6
---------------
7
8
+-- Version 5.3 --
9
+-------------------
10
+* Use C++11 nullptr where appropriate
11
+* Use QRandomGenerator instead of deprecated qRand
12
+* Increase compatibility with Qt 6 APIs
13
+* Add CMake option to build with Qt 6 - GRANTLEE_BUILD_WITH_QT6
14
+* Support enum introspection on Q_GADGET
15
+* filesizeformat implementation as well as localized filesize
16
+* Make enums comparable with more operations
17
+* Add "truncatechars" filter
18
+* Fix concatenation of string lists
19
+
20
21
-- Version 5.2 --
22
-------------------
23
* Increase CMake requirement to version 3.5
0 commit comments