From 304232875f5508554eea810c2dcbd15270efcc9c Mon Sep 17 00:00:00 2001 From: acheron Date: Sun, 1 Sep 2024 03:06:54 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e13a8ae01..4002405dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ The minor version will be incremented upon a breaking change and the patch versi - cli: Make `clean` command also remove the `.anchor` directory ([#3192](https://github.com/coral-xyz/anchor/pull/3192)). - lang: Deprecate `#[interface]` attribute ([#3195](https://github.com/coral-xyz/anchor/pull/3195)). - ts: Include unresolved accounts in the resolution error message ([#3207](https://github.com/coral-xyz/anchor/pull/3207)). +- lang: Add `LazyAccount` ([#3194](https://github.com/coral-xyz/anchor/pull/3194)). ### Fixes