@@ -5,8 +5,20 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p
## [Unreleased]
### Added
- Add verbose command-line flag to enable debug logging and console output.
### Changed
- Update db schema to support 64 characters with device IDs. This enables `SystemInfo.deviceUniqueIdentifier` to be used as a source for device IDs on Windows 10.
- Logout messages now close the connection as well and won't reply.
- Changed Logout message type from `TLogout` to `Logout`.
### Fixed
- Fix issue where random handle generator wasn't seeded properly.
- Fix issues in executing Friend and Storage queries.
- Fix sending Close frame message in the Websocket to gracefully close connection.