From 99a203933c546029eaec8209d41ce1b86da8c927 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Wed, 15 Oct 2025 13:59:10 +0200 Subject: [PATCH] Added missing release notes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e30b2..ad6b0dd 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,11 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s ## Release notes * Version 9.10.0 - 15 Oct 2025 - * Added ITransferRestClient Shared interface + * Added ITransferRestClient Shared interface + * Added ClientOrderId property to SharedUserTrade model * Updated IBalanceRestClient, GetBalancesRequest now mainly works with SharedAccountType type, allowing more options * Updated IBalanceRestClient, GetBalanceOptions now specifies supported account types + * Updated DateTimeConverter to work primarily with decimal instead of double to prevent some floating point issues * Version 9.9.0 - 06 Oct 2025 * Updated socket Subscription status handling