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

Update README.md

This commit is contained in:
Jkorf 2021-04-19 11:18:19 +02:00
parent 0e7ba73f72
commit 2d5b4ce05a

View File

@ -290,6 +290,10 @@ static async Task GetExchangeData(IExchangeClient client)
```` ````
## Release notes ## Release notes
* Version 3.8.1 - 19 apr 2021
* Added debug logs
* Added ValidateNullOrNotEmpty extension method
* Version 3.8.0 - 30 mrt 2021 * Version 3.8.0 - 30 mrt 2021
* Better handling of json errors while deserializing stream * Better handling of json errors while deserializing stream
* Added string datetime converter * Added string datetime converter