aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2017-12-03 17:09:27 +0000
committerItay Grudev <itay+github.com@grudev.com>2017-12-03 17:15:45 +0000
commitc03d32ec17b45babe95888f8e5d3ad1cbf6c5683 (patch)
tree7e873056bbc25fd4ae2763f319f375e491026986
parentremoved c style casts and eliminated all clang warnings, ... (#38) (diff)
downloadsingleapplication-c03d32ec17b45babe95888f8e5d3ad1cbf6c5683.tar.xz
v3.0.10 Code cleanupv3.0.10
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bde394..4665222 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
Changelog
=========
+__3.0.10__
+----------
+
+* Removed C style casts and eliminated all clang warnings. Fixed `instanceId`
+ reading from only one byte in the message deserialization. Cleaned up
+ serialization code using `QDataStream`. Changed connection type to use
+ `quint8 enum` rather than `char`.
+* Renamed `SingleAppConnectionType` to `ConnectionType`. Added initialization
+ values to all `ConnectionType` enum cases.
+
+ _Jedidiah Buck McCready_
+
__3.0.9__
---------