From eded892c770c94e5370cfcf6b426cba3ec0d08b7 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Sun, 20 Oct 2024 15:31:52 +0000 Subject: [PATCH] update release notes for version 4.5.7 --- RELEASE-NOTES | 14 ++++++++++++++ electrum/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d3408a576..a36b1a90f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,17 @@ +# Release 4.5.7 (Oct 21, 2024) + * General: + - new: add new historical exchange rate providers: Bitfinex and Bitstamp + - fix: wizard regression: 2fa wallet setup erroring (#9253) + - fix: python 3.13 compat: could not connect to some self-signed electrum + servers with weird TLS certs. As workaround, set pre-3.13 behaviour (#9258) + * Lightning: + - fix: send update_fee right away after channel_reestablish (3a465593) + This fixes a race that can result in a force-closure if we try sending + a payment very soon after reestablishing the channel. + * Qt Desktop GUI: + - fix: show fee warnings also in the transaction dialog (c4fe2796) + + # Release 4.5.6 (Oct 16, 2024) * General: - new: add support for testnet4 (#9197) diff --git a/electrum/version.py b/electrum/version.py index f271a1d53..81e13e268 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '4.5.6' # version of the client package +ELECTRUM_VERSION = '4.5.7' # version of the client package PROTOCOL_VERSION = '1.4' # protocol version requested