From 20faae08a5ce0bd07c1a5d02aadad1db066dadf7 Mon Sep 17 00:00:00 2001 From: Teng Zhang Date: Mon, 6 Jan 2025 09:46:23 -0800 Subject: [PATCH] rebase --- crates/aptos/CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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).