From cc7d075bf46a251092716569037e97d991c7e126 Mon Sep 17 00:00:00 2001 From: daywalker90 Date: Sun, 9 Aug 2026 18:11:28 +0200 Subject: [PATCH] CHANGELOG update --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b1dbf..0b21d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,22 @@ ### Changed - `pay_keysend` will use the new CLN `xkeysend` command using CLN v26.06+ +- Budget is updated on demand instead of by a background task +- `list_transactions` is bounded (at most 500 transactions and ~128kB response) to prevent DoS +- Upgrade ``nostr_sdk`` and CLN dependencies ### Removed - ``multi_pay_invoice`` and ``multi_pay_keysend``, they were removed from the spec +### Fixed +- ``nip47-create`` no longer fails if the NWC fails to start, the error is only logged, since the NWC at that point is already persisted to the DB +- Paying amount-less invoices with a request amount +- Legacy keysend TLV byte decoding +- Report the correct error when the payment route is too expensive +- Notifications are sent per client, so one failing client no longer prevents the others from receiving them +- Available payment methods are now determined from the node's RPC instead of it's (custom) version string +- Deduplication of request events instead of filtering unreliably + ## [0.1.9] 2026-04-23 ### Fixed