You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: crates/aptos/CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
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/).
4
4
5
5
# Unreleased
6
+
- Set Compiler v2 as the default compiler and Move 2 as the default language version.
7
+
- Add new `--move-1` flag to use Compiler v1 and Move 1.
6
8
7
9
## [4.6.0] - 2024/11/29
8
10
- Add `--node-api-key` flag to `aptos move replay` to allow for querying the fullnode with an API key.
0 commit comments