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 211b47d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ All notable changes to the Aptos CLI will be captured in this file. This project
- Updated DB bootstrap command with new DB restore features
- Multisig v2 governance support
- JSON input file support

## [1.0.14] - 2023/05/26
- 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 211b47d

Please sign in to comment.