From 3ff500c7bd3c3a941d2936ed98314b6fee3669c9 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 9 Mar 2017 18:34:52 +0100 Subject: [PATCH] update release notes --- RELEASE-NOTES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5dc6ae043..cdaf9f47b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,7 +1,7 @@ -# Release 2.8.0 (March 7, 2017) - * Wallet file encryption: A keypair is derived from the wallet - password. Once the wallet is decrypted, only the public key is - retained in memory, in order to save the encrypted file. +# Release 2.8.0 (March 9, 2017) + * Wallet file encryption using ECIES: A keypair is derived from the + wallet password. Once the wallet is decrypted, only the public key + is retained in memory, in order to save the encrypted file. * The daemon requires wallets to be explicitly loaded before commands can use them. Wallets can be loaded using: 'electrum daemon load_wallet [-w path]'. This command will require a