From 310e99237cb453d9fc9c508edfa5d2171852c0aa Mon Sep 17 00:00:00 2001 From: Jean Marchand Date: Wed, 11 Oct 2023 13:05:03 +0200 Subject: [PATCH] Add notable change in binary_size readme --- bench/BINARY_SIZE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/bench/BINARY_SIZE.md b/bench/BINARY_SIZE.md index c026ba4aae..97c2ac99dd 100644 --- a/bench/BINARY_SIZE.md +++ b/bench/BINARY_SIZE.md @@ -22,6 +22,7 @@ Solana version: 1.17.0 ### Notable changes +- Change all accounts to have a reference to `AccountInfo` ([#2656](https://github.com/coral-xyz/anchor/pull/2656)). - `Box` the `anchor_lang::Result` error variants ([#2600](https://github.com/coral-xyz/anchor/pull/2600)). ---