aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2022-04-03 22:24:04 +0300
committerGitHub <noreply@github.com>2022-04-03 22:24:04 +0300
commitbed39cc40bec1779cf77f70c493201471ae62802 (patch)
treeef55ccba2587280db0f5df4ab79b4c28825f91ce
parentMerge pull request #150 from itay-grudev/cmake-flags (diff)
downloadsingleapplication-bed39cc40bec1779cf77f70c493201471ae62802.tar.xz
v3.3.4 Changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2001651..be76b1e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,13 @@ Changelog
If by accident I have forgotten to credit someone in the CHANGELOG, email me and I will fix it.
+__3.3.4__
+---------
+
+* Added stricter Qt compile settings. - _Christoph Cullmann_
+
__3.3.3__
+---------
* Support for Qt 6.3+ - Fixed deprecated `QCryptographicHash::addData()` that will only support `QByteArrayView` going further. - _Moody Liu_