diff --git a/CHANGELOG.md b/CHANGELOG.md index b31d4a011c..0bbf2eff47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,8 @@ The minor version will be incremented upon a breaking change and the patch versi ### Features * lang: Add support for multiple test suites with separate local validators ([#1681](https://github.com/project-serum/anchor/pull/1681)). -* lang: Add return values to CPI client. ([#1598](https://github.com/project-serum/anchor/pull/1598)). +* lang: Add return values to CPI client ([#1598](https://github.com/project-serum/anchor/pull/1598)). +* ts: Add view functions ([#1695](https://github.com/project-serum/anchor/pull/1695)). * avm: New `avm update` command to update the Anchor CLI to the latest version ([#1670](https://github.com/project-serum/anchor/pull/1670)). ### Fixes @@ -581,4 +582,4 @@ Initial release. * spl: `anchor-spl` crate providing CPI clients for Anchor programs. * client: `anchor-client` crate providing Rust clients for Anchor programs. * ts: `@project-serum/anchor` package for generating TypeScript clients. -* cli: Command line interface for managing Anchor programs. \ No newline at end of file +* cli: Command line interface for managing Anchor programs.