Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Nov 15, 2023
1 parent 0f0214c commit 34b24ab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down

0 comments on commit 34b24ab

Please sign in to comment.