From 83fc448dd0d5c6c4f8996c837ca27a441c16bcba Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Fri, 22 Sep 2023 15:18:05 +0200 Subject: [PATCH] Changelog --- cli/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 42f8e1d971..3e1edf8137 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `print_wallet_help` changed to `WalletCli::print_help`; - `print_account_help` changed to `AccountCli::print_help`; - `AccountCommand::Addresses` now prints an overview that includes NTs, NFTs, Aliases and Foundries; +- Restrict permissions of mnemonic file on Windows; ## 1.0.1 - 2023-MM-DD