From 847b3e919326244cef601a1bf948cfcf2b5148d5 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 4 May 2023 15:24:34 +0000 Subject: [PATCH] update release notes --- RELEASE-NOTES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e00c7464f..13fc416b2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -3,12 +3,13 @@ - fix undefined var check in swap_dialog (#8341) - really fix "recursion depth exceeded" for utxo privacy analysis (#8315) * QML GUI: - - fix 2fa callback issue (#8368) + - fix signing txs for 2fa wallets (#8368) + - fix for wallets with encrypted-keystore but unencrypted-storage (#8374) - properly delete wizard components after use (#8357) - avoid entering loadWallet if daemon is already busy loading (#8355) - no auto capitalization on import and master key text fields (5600375d) - remove Qt virtual keyboard and add Seedkeyboard for seed entry (#8371, #8352) - - add runtime toggling of android SECURE_FLAG (#8351) + - add runtime toggling of android SECURE_FLAG, to allow screenshots (#8351) - restrict cases where server is shown "lagging" (53d61c01) * fix hardened char "h" vs "'" needed for some hw wallets (#8364, 499f5153) * fix digitalbitbox(1) support (22b8c4e3)