From b00fe70d1bb2bf38807bcb3a1987cfb14eb62058 Mon Sep 17 00:00:00 2001 From: Henry-E Date: Wed, 14 Dec 2022 20:15:57 +0000 Subject: [PATCH] add optional accounts to changelog (#2314) * add optional accounts to changelog * Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1838cb373..e1b47dcb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ The minor version will be incremented upon a breaking change and the patch versi - spl: Remove `rent` from `associated_token::Create` ([#2265](https://github.com/coral-xyz/anchor/pull/2265)). - lang: Add `Discriminator` and `Owner` trait implementation for structures representing instructions ([#1997](https://github.com/coral-xyz/anchor/pull/1997)). - ts: '@coral-xyz/borsh' package is now part of the yarn monorepo ([#2290](https://github.com/coral-xyz/anchor/pull/2290)). The borsh package needs to be built before the anchor package can be built but this should happen automatically when running `yarn build` in packages/anchor, see [#2299](https://github.com/coral-xyz/anchor/pull/2299) and [#2306](https://github.com/coral-xyz/anchor/pull/2306). +- lang: Add support for optionally passing in accounts using the syntax `Optional>`. Shouldn't affect existing programs but may be a breaking change to tools that use the anchor generated IDL. [#2010](https://github.com/coral-xyz/anchor/pull/2101). ## [0.25.0] - 2022-07-05