1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Updated version

This commit is contained in:
JKorf
2020-02-05 11:38:10 +01:00
parent 66c0b90016
commit 84fe4c374a
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -194,6 +194,9 @@ 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.0.5 - 05 Feb 2020
* Added PausedActivity events on socket subscriptions
* Version 3.0.3 - 23 Jan 2020
* Added OnBestOffersChanged event to order book implementations