aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+89bf5c@grudev.com>2020-01-03 17:49:52 +0000
committerGitHub <noreply@github.com>2020-01-03 17:49:52 +0000
commit69873cba970203a0d0902492d565caa6b0aef0a5 (patch)
tree4afd62dbf38fa5d6df8e62f7959baac676fb5783
parentGitHub Actions dropped Qt v4.8.7 (diff)
downloadsingleapplication-69873cba970203a0d0902492d565caa6b0aef0a5.tar.xz
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9efd3fd..45c197e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ __3.0.18__
* Fallback to standard QApplication class on iOS and Android systems where
the library is not supported.
+
+* Added Build CI tests to verify the library builds successfully on Linux, Windows and MacOS across multiple Qt versions.
+
+ _Anton Filimonov_
__3.0.17__
----------