Skip to content

Commit

Permalink
Re-insert v1.0.14 changelog section per @banool
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed May 31, 2023
1 parent 56ab890 commit 9088594
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ All notable changes to the Aptos CLI will be captured in this file. This project

## [2.0.0] - Current
### Added
- Updated DB bootstrap command with new DB restore features
- Multisig v2 governance support
- JSON input file support

## [1.0.14] - 2023/05/26
- Updated DB bootstrap command with new DB restore features
- Nested vector arg support
- **Breaking change**: You can no longer pass in a vector like this: `--arg vector<address>:0x1,0x2`, you must do it like this: `--arg 'address:["0x1", "0x2"]'`

Expand All @@ -30,7 +32,7 @@ All notable changes to the Aptos CLI will be captured in this file. This project
* If `aptos init` is run with a faucet URL specified (which happens by default when using the local, devnet, or testnet network options) and funding the account fails, the account creation is considered a failure and nothing is persisted. Previously it would report success despite the account not being created on chain.
* When specifying a profile where the `AuthenticationKey` has been rotated, now the `AccountAddress` is properly used from the config file
* Update `aptos init` to fix an incorrect account address issue, when trying to init with a rotated private key. Right now it does an actual account lookup instead of deriving from public key

$$
### Added
* Updates to prover and framework specs
Expand Down

0 comments on commit 9088594

Please sign in to comment.