From 311972c39f97376f7a614299df88e1c90dc57f29 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 14 Jul 2020 16:43:48 +0900 Subject: [PATCH] Update changelog --- Changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 74d3714cb..4e226af28 100644 --- a/Changelog.md +++ b/Changelog.md @@ -9,7 +9,9 @@ * Fix typos in pull payments (@Zaxounette) ### New features and improvements -* Make payjoin works with hardware wallets (@Kukks) +* Add download PSBT button in the PSBT's screen of the wallet (@Kukks) +* Upload PSBT button now support both, a file with base64 PSBT in it, or the raw bytes (@Kukks) +* Make payjoin works with hardware wallets, need latest release of BTCPayServer Vault (@Kukks) * Better design for 2FA config screens (@Kukks #1735) * Enable CORS on greenfield API (@Kukks) * UI cleanup in the account section (@dennisreimann see #1721)