1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-08 00:16:27 +00:00

Added missing history

This commit is contained in:
JKorf 2020-02-05 11:40:32 +01:00
parent 84fe4c374a
commit 81c5abd426

View File

@ -197,6 +197,9 @@ To stop synchronizing an order book use the `Stop` method.
* Version 3.0.5 - 05 Feb 2020
* Added PausedActivity events on socket subscriptions
* Version 3.0.4 - 29 Jan 2020
* Removed unnecessary json serialization
* Version 3.0.3 - 23 Jan 2020
* Added OnBestOffersChanged event to order book implementations