From 584433e16c42c17b28ae24d7a6f33848f98ae6fa Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 23 Aug 2018 20:45:31 -0400 Subject: [PATCH] updated CHANGELOG --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47da4f09e..4da19bda4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ at anytime. ## [Unreleased] ### Security - * + * Upgraded `cryptography` package. * ### Fixed @@ -21,15 +21,18 @@ at anytime. * ### Changed - * - * + * Ported to Python 3 without backwards compatibility with Python 2. + * Switched to a brand new wallet implementation: torba. + * Format of wallet has changed to support multiple accounts in one wallet. ### Added - * - * + * `fund` command, used to move funds between or within an account in various ways. + * `max_address_gap` command, for finding large gaps of unused addresses + * `balance` command, a more detailed version `wallet_balace` which includes all accounts. + * `account` command, adding/deleting/modifying accounts including setting the default account. ### Removed - * removed command send_amount_to_address which was previously marked as deprecated + * `send_amount_to_address` command, which was previously marked as deprecated *