From bc964617e4411a2b15bc07093de4f49763dcf1e8 Mon Sep 17 00:00:00 2001 From: Chris Heaney Date: Thu, 26 Oct 2023 17:36:31 -0400 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b91cb9787..bb2ff0e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Features +- program: add accelerated user update idle ([#669](https://github.com/drift-labs/protocol-v2/pull/669)) - program: make user status a bit flag ([#619](https://github.com/drift-labs/protocol-v2/pull/619)) - program: place and take uses auction end price for market orders ([#650](https://github.com/drift-labs/protocol-v2/pull/650)) - program: reduce cus for place_spot_order ([#662](https://github.com/drift-labs/protocol-v2/pull/662))