From b65c810fa3d854de84f2ec8ff5f9c2008eab0b9c Mon Sep 17 00:00:00 2001 From: Chris Sellers Date: Wed, 18 Dec 2024 14:41:59 +1100 Subject: [PATCH] Update release notes --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index d2004fa76354..10339caa48a4 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,7 +4,7 @@ Released on TBD (UTC). ### Enhancements - Added optional `depth` param for some `OrderBook` methods -- Refactored to use `exchange` MIC code as `venue` for instrument IDs with Databento GLBX dataset (#2108), thanks @faysou +- Refactored to use `exchange` MIC code as `venue` for instrument IDs with Databento GLBX dataset (#2108, #2121, #2124), thanks @faysou - Refactored to use `self.config` attributes consistently (#2120), thanks @stefansimik ### Internal Improvements