Skip to content

Commit

Permalink
Rebase to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostWalker562 committed Nov 12, 2024
1 parent f2e5d78 commit ad2ab71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to the Aptos CLI will be captured in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and the format set out by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
- Add support for AIP-80 compliant strings when importing using the CLI arguments or manual input.

## [4.4.0] - 2024/11/06
- Fix typos in `aptos move compile` help text.
Expand All @@ -27,7 +28,6 @@ All notable changes to the Aptos CLI will be captured in this file. This project
- Update the default version of `movefmt` to be installed from 1.0.4 to 1.0.5
- Update the local-testnet logs to use `println` for regular output and reserve `eprintln` for errors.
- Set compiler V2 as default when using `aptos move prove`.
- Add support for AIP-80 compliant strings when importing using the CLI arguments or manual input.

## [4.2.3] - 2024/09/20
- Fix the broken indexer in localnet in 4.2.2, which migrates table info from sycn to async ways.
Expand Down

0 comments on commit ad2ab71

Please sign in to comment.