From 34b24aba44ed51437abc4a7d742cb8cb2e14a311 Mon Sep 17 00:00:00 2001 From: Chris Sellers Date: Wed, 15 Nov 2023 18:15:55 +1100 Subject: [PATCH] Update release notes --- RELEASES.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index d358ee82ff57..e66dc0c56b0e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -3,13 +3,18 @@ Released on TBD (UTC). ### Enhancements +- Rewrote Interactive Brokers integration documentation, many thanks @benjaminsingleton +- Added `HistoricInteractiveBrokerClient`, thanks @benjaminsingleton and @limx0 - Added `LoggingConfig.log_colors` to optionally use ANSI codes to produce colored logs (default true to retain current behavior) +- Added `WilderMovingAverage` in Rust, thanks @ayush-sb +- Added all common identifier generators in Rust, thanks @filipmacek ### Breaking Changes -None +- Renamed `MsgPackSerializer` to `MsgSpecSeralizer` (not handles both JSON and MsgPack) +- Moved `MsgSpecSerializer` module from `serialization.msgpack.serializer` to `serialization.serializer` ### Fixes -None +- Fixed missing `trader_id` in `Position` dictionary representation, thanks @filipmacek ---