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 a59aec91946fb81fe5b265aa62a26efe60019f83 DIR parent bde415cae781f12a96d7d971ecfd641d76c20bfb HTML Author: SomberNight <somber.night@protonmail.com> Date: Wed, 14 Oct 2020 20:04:49 +0200 update release notes Diffstat: M RELEASE-NOTES | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,3 +1,15 @@ +# Release 4.0.4 - (Oct XX, 2020) + * PSBT: fix regression in 4.0.3 where UTXO data was not included in + QR codes (#6600) + * new feature: "Cancel tx" (#6641). The Qt/kivy GUI allows cancelling + an unconfirmed RBF tx by double-spending its inputs to self. + * Windows binary: + - fix some issues with QR scanning by building zbar ourselves (#6593) + - when using setup exe, also install a debug binary (#6603) + * Ledger: fix "The derivation path is unusual" warnings (#6512) + (needs Bitcoin app 1.4.8+ installed on device) + * A few other minor bugfixes and usability improvements. + # Release 4.0.3 - (Sep 11, 2020) * PSBT: restore compatibility with Bitcoin Core following CVE-2020-14199: we now allow a PSBT input to have both UTXO and WITNESS_UTXO (#6429).