Skip to content

Commit

Permalink
v3.0.10 Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev committed Dec 3, 2017
1 parent a956ae4 commit c03d32e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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__
---------

Expand Down

0 comments on commit c03d32e

Please sign in to comment.