URI: 
       tupdate release notes - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit a3f4ee3a7a62924e66a473300d77595f01d5fad3
   DIR parent b51e71a6815812238e8120e6d410764d49a728d9
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue, 16 Aug 2016 12:01:56 +0200
       
       update release notes
       
       Diffstat:
         M RELEASE-NOTES                       |      22 ++++++++++++++++++----
       
       1 file changed, 18 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES
       t@@ -1,11 +1,25 @@
       -# Release 2.7.0
       - * Dynamic fees are enabled by default
       - * Support for Replace-By-Fee transactions
       - * Use confirmation times targets for dynamic fees
       +# Release 2.7.0 (August 2016)
       +
       + * Wallets are abstracted from keystores. 'Wallet' refers to the type
       +   of Bitcoin contract, while 'keystore' refers to the type of private
       +   key storage. In this perspective, so-called 'hardware wallets' are
       +   actually a type of keystore. Hardware keystores can be used as
       +   cosigners in multi-signature wallets.
       + * Support for Replace-By-Fee transactions in the GUI.
       + * A warning is shown in the history for unconfirmed transactions that
       +   are replaceable, that have unconfirmed parents, or that have very
       +   low fees.
       + * Dynamic fees are enabled by default.
       + * Show expected confirmation times for unconfirmed transactions.
         * Qt GUI:
           - A fee slider is available in the in send tab
           - The Address tab is hidden by default
           - UTXOs are displayed in the Address tab
       + * Kivy GUI:
       +   - support for multisig wallets
       +   - Add creation and deletion of wallets
       +   - Show complete transaction history.
       +
        
        # Release 2.6.4 (bugfixes)
         * fix coinchooser bug (#1703)