Skip to content

Commit

Permalink
MOD: Update DBN changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Dec 6, 2023
1 parent 76dac32 commit 704eb1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
### Enhancements
- Added type definition for `Metadata.__init__`
- Added `version` param to Python `Metadata` contructor choose between DBNv1 and DBNv2
- Implemented `Hash` for all record types

### Bug fixes
- Added missing Python `__eq__` and `__ne__` implementations for `BidAskPair`
- Fixed Python `size_hint` return value for `InstrumentDefMsgV1` and
`SymbolMappingMsgV1`

Expand All @@ -25,7 +27,6 @@
- Changed `PitSymbolMap::on_symbol_mapping` to accept either version of
`SymbolMappingMsg`


### Bug fixes
- Fixed missing DBNv1 compatibility in `PitSymbolMap::on_record`
- Fixed missing Python export for `VersionUpgradePolicy`
Expand Down

0 comments on commit 704eb1e

Please sign in to comment.