diff --git a/crates/aptos/CHANGELOG.md b/crates/aptos/CHANGELOG.md index d6f993ba6fd46a..0a6c48449559d0 100644 --- a/crates/aptos/CHANGELOG.md +++ b/crates/aptos/CHANGELOG.md @@ -5,14 +5,13 @@ All notable changes to the Aptos CLI will be captured in this file. This project # Unreleased - Add flag `--benchmark` to `aptos move prove`, which allows to benchmark verification times of individual functions in a package. - Add flag `--only ` to `aptos move prove`, which allows to scope verification to a function. - - Fix `aptos init` to show the explorer link for accounts when account is already created on chain instead of prompting to fund the account. +- Set Compiler v2 as the default compiler and Move 2 as the default language version except for `aptos governance`. +- Add new `--move-1` flag to use Compiler v1 and Move 1. ## [5.1.0] - 2024/12/13 - More optimizations are now default for compiler v2. - Downgrade bytecode version to v6 before calling the Revela decompiler, if possible, i.e. no enum types are used. This allows to continue to use Revela until the new decompiler is ready. -- Set Compiler v2 as the default compiler and Move 2 as the default language version except for `aptos governance`. -- Add new `--move-1` flag to use Compiler v1 and Move 1. ## [5.0.0] - 2024/12/11 - [**Breaking Change**] `aptos init` and `aptos account fund-with-faucet` no longer work directly with testnet, you must now use the minting page at the [Aptos dev docs](https://aptos.dev/network/faucet).