From 5efeaf13c578d8d83f3aac36c1d3c60695243528 Mon Sep 17 00:00:00 2001 From: accumulator Date: Wed, 4 Jun 2025 21:50:27 +0200 Subject: [PATCH] additions to RELEASE-NOTES (#9908) --- RELEASE-NOTES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 704830100..b12882371 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -102,6 +102,20 @@ - support for hold invoices - support for onion messages + * Security: + - Mitigate against dust attacks; Add option to avoid spending from used addresses + - Restrict process memory access on Linux + + * Networking: + - add single server option + + * Android: + - Sweep key feature ported to mobile + - Estimate amount when Max is checked + - Properly ask for (notification) permission access + + * Hardware wallets: + - Coldcard: add feature to upload multisig wallet configuration to Coldcard via USB # Release 4.5.8 (Oct 23, 2024)