From fb5794fbad4bc34e755c0e0b6f2792c092c2aaca Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Sat, 19 Aug 2023 08:21:01 +0200 Subject: [PATCH] Program changelog additions for v0.19.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f51fac8..108aa4792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,8 @@ Update this for each program release and mainnet deployment. - Stop loss: Store helpful UI fields (#654, #667) - Stop loss: Fees are configured by-token instead of globally (#659) - Stop loss: Avoid expensive health cache for expired orders (#682) -- Account creation: Add account_create_v2 instruction (#680) +- Account creation: Add account_create_v2 instruction (#680, #685) +- Account resizing: Lower maximums due to tx account limit (#686) - Token register: Revamp API for simpler use from governance (#665) - Token register untrusted: Adjust default oracle staleness (#678) - Fix typo in name of admin_token_withdraw_fees instruction (#655)