From fe5cd995286d0c58f96a921d52b30c33da25086f Mon Sep 17 00:00:00 2001 From: Chris Sellers Date: Fri, 22 Nov 2024 07:03:21 +1100 Subject: [PATCH] Update release notes --- RELEASES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index b2785370988..a95f720cbd8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -3,8 +3,9 @@ Released on TBD (UTC). ### Enhancements -None - Improved `Cache` behavior when adding more recent quotes, trades, or bars (now adds to cache) +- Added `STOP_MARKET` and `STOP_LIMIT` order support for dYdX (#2066), thanks @davidsblom +- Added `max_reconnection_tries` to data client config for dYdX (#2066), thanks @davidsblom ### Internal Improvements - Improved live engines error logging (will now log all exceptions rather than just `RuntimeError`) @@ -18,6 +19,7 @@ None ### Fixes - Fixed missing venue -> exchange mappings for Tardis integration +- Fixed account balance and order status parsing for dYdX (#2067), thanks @davidsblom ---