|
@@ -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.
|
|
|
+* cli: Command line interface for managing Anchor programs.
|