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
2021-04-28 13:16:18 +02:00
parent 8adebea929
commit 3ed2b7a959
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -290,6 +290,10 @@ static async Task GetExchangeData(IExchangeClient client)
````
## Release notes
* Version 3.9.0 - 28 apr 2021
* Added optional JsonSerializer parameter to SendRequest to use during deserialization
* Fix for unhandled message warning when unsubscribing a socket subscription
* Version 3.8.1 - 19 apr 2021
* Added debug logs
* Added ValidateNullOrNotEmpty extension method