tupdate release notes - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit 2867c2ef7ab82d347b3b48df239f3b8685a925b0
 (DIR) parent ec86850a2e7caa16d96e08c090e98d3b6be4ad1a
 (HTM) Author: SomberNight <somber.night@protonmail.com>
       Date:   Wed, 13 Feb 2019 20:23:54 +0100
       
       update release notes
       
       Diffstat:
         M RELEASE-NOTES                       |      16 ++++++++++++++++
       
       1 file changed, 16 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/RELEASE-NOTES b/RELEASE-NOTES
       t@@ -1,3 +1,19 @@
       +# Release 3.3.4 - (unreleased)
       +
       + * AppImage: we now also distribute self-contained binaries for x86_64
       +   Linux in the form of an AppImage (#5042). The Python interpreter,
       +   PyQt5, libsecp256k1, PyCryptodomex, zbar, hidapi/libusb (including
       +   hardware wallet libraries) are all bundled. Note that users of
       +   hw wallets still need to set udev rules themselves.
       + * hw wallets: fix a regression during transaction signing that prompts
       +   the user too many times for confirmations (commit 2729909)
       + * transactions now set nVersion to 2, to mimic Bitcoin Core
       + * fix Qt bug that made all hw wallets unusable on Windows 8.1 (#4960)
       + * fix bugs in wallet creation wizard that resulted in corrupted
       +   wallets being created in rare cases (#5082, #5057)
       + * fix compatibility with Qt 5.12 (#5109)
       +
       +
        # Release 3.3.3 - (January 25, 2019)
        
         * Do not expose users to server error messages (#4968)