release notes for 2.7

This commit is contained in:
ThomasV 2016-05-31 20:53:15 +02:00
parent 2cf4795250
commit db7467ef4e
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# Release 2.7.0
* Dynamic fees are enabled by default
* Support for Replace-By-Fee transactions
* Use confirmation times targets for dynamic fees
* 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
# Release 2.6.4 (bugfixes)
* fix coinchooser bug (#1703)
* fix daemon JSONRPC (#1731)

View File

@ -1,4 +1,4 @@
ELECTRUM_VERSION = '2.6.4' # version of the client package
ELECTRUM_VERSION = '2.7.0' # version of the client package
PROTOCOL_VERSION = '0.10' # protocol version requested
NEW_SEED_VERSION = 11 # electrum versions >= 2.0
OLD_SEED_VERSION = 4 # electrum versions < 2.0