Browse Source

release notes for 2.7

283
ThomasV 9 years ago
parent
commit
db7467ef4e
  1. 9
      RELEASE-NOTES
  2. 2
      lib/version.py

9
RELEASE-NOTES

@ -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)

2
lib/version.py

@ -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

Loading…
Cancel
Save