diff options
| author | Itay Grudev <itay+89bf5c@grudev.com> | 2019-10-13 10:35:50 +0300 |
|---|---|---|
| committer | Itay Grudev <itay+89bf5c@grudev.com> | 2019-10-13 10:35:50 +0300 |
| commit | c5b4d4028d4f6ca8b02fc0262739a3834ab1a7b7 (patch) | |
| tree | 0c0dd7c454c77870a9cee75ee9da4aacf3ea1dce | |
| parent | Fallback for iOS as well (diff) | |
| download | singleapplication-c5b4d4028d4f6ca8b02fc0262739a3834ab1a7b7.tar.xz | |
v3.0.18
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 684d260..9efd3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +__3.0.18__ +---------- + +* Fallback to standard QApplication class on iOS and Android systems where + the library is not supported. + __3.0.17__ ---------- |
