From af0eca3006782ef5a74acad2262b976377362454 Mon Sep 17 00:00:00 2001 From: Italo Casas Date: Tue, 22 Mar 2022 22:17:26 -0400 Subject: [PATCH] Updating CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8581d85c5..3c7058672b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). **Note:** Version 0 of Semantic Versioning is handled differently from version 1 and above. -The minor version will be incremented upon a breaking change and the patch version will be +The minor version will be incremented upon a breaking change an +d the patch version will be incremented for features. ## [Unreleased] +### Features + +* avm: New `avm update` command to update the Anchor CLI to the latest version ([#1670](https://github.com/project-serum/anchor/pull/1670)). + +### Fixes + +* avm: `avm install` no longer downloads the version if already installed in the machine ([#1670](https://github.com/project-serum/anchor/pull/1670)). + +### Breaking + +* avm: `amv install` switches to the newly installed version after installation finishes ([#1670](https://github.com/project-serum/anchor/pull/1670)). + ## [0.23.0] - 2022-03-20 ### Features @@ -563,4 +576,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. \ No newline at end of file