From 2a81e84abc23fb232461ee881d0fd30c0a87a13f Mon Sep 17 00:00:00 2001 From: sha-265 <4103710+sha-265@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:17:42 +0200 Subject: [PATCH] Update RELEASE-NOTES --- RELEASE-NOTES | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e3f3b62bb..630806afc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -6,6 +6,7 @@ - incremental writes of wallet file (#8493) - add warnings and prompt users when signing txs with non-default sighashes (#8687) - refactored bip21/bolt11/lnurl/etc-handling into PaymentIdentifiers (#8462) + - add option to merge duplicate outputs (#8474) * Lightning: - fix BOLT-04 "MUST set `short_channel_id` to the `short_channel_id` used by the incoming onion" (ca93af2) - add support for hold invoices (1acf426)