aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2020-10-18 10:42:09 +0100
committerGitHub <noreply@github.com>2020-10-18 10:42:09 +0100
commit2f44044c321efcc5163ccfe1dc1f2bd8f69d3bab (patch)
treef97c056ce22cc223d369863025eefff6a431c925
parentUpdate build-cmake.yml (diff)
downloadsingleapplication-2f44044c321efcc5163ccfe1dc1f2bd8f69d3bab.tar.xz
v3.2.0 Changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73c24e5..ea8e837 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,14 @@ Changelog
If by accident I have forgotten to credit someone in the CHANGELOG, email me and I will fix it.
+__3.2.0__
+
+* Added support for Qt 6 - _Jonas Kvinge_
+* Fixed warning in `Qt 5.9` with `min`/`max` functions on Windows - _Nick Korotysh_
+* Fix return value of connectToPrimary() when connect is successful - _Jonas Kvinge_
+* Fix build issue with MinGW GCC pedantic mode - _Iakov Kirilenko_
+* Fixed conversion from `int` to `quint32` and Clang Tidy warnings - _Hennadii Chernyshchyk_
+
__3.1.5__
* Improved library stability in edge cases and very rapid process initialisation