1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 04:42:57 +00:00

Udpated version

This commit is contained in:
Jkorf
2020-12-21 14:13:44 +01:00
parent 24cc7a3c77
commit 55c8a180e3
3 changed files with 8 additions and 146 deletions
+5
View File
@@ -203,6 +203,11 @@ The order book will automatically reconnect when the connection is lost and resy
To stop synchronizing an order book use the `Stop` method.
## Release notes
* Version 3.4.0 - 21 dec 2020
* Updated IExchangeClient interface
* Fix for dropping message after timeout on socket
* Added virtual HandleUnhandledMessage method in SocketClient
* Version 3.3.0 - 10 dec 2020
* Added client name
* Added common interfaces