From f530fb3241e051cf0dea170484af3d20ada0b611 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 7 Apr 2023 17:50:36 +0900 Subject: [PATCH] Update changelog --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index d4d230b89..41ffa1fa1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,8 @@ We introduce another flag, `--deprecated`, which allows you to start with SQLite ### New features +* Can customize invoice's metadata for payments received through LN Address. (#4855) @Kukks +* The payRequest of an invoice from LNUrl are now saved inside the invoice's metadata (#4855) @NicolasDorier * NFC: If browser permission is already granted, do not require the merchant to click on the "Pay by NFC" button. (#4807 #4819) @dennisreimann * Point of Sales bought items will now appear on the receipt (#4851) @Kukks * Add payment proof to the receipt, such as transaction ID or Lightning preimage (#4782) @dennisreimann @@ -28,6 +30,9 @@ We introduce another flag, `--deprecated`, which allows you to start with SQLite ### Bug fixes +* LN Address's Max sats payment was ignored. @NicolasDorier +* The preferred currency of a Point of Sale's App was ignored when paying through LNURL. @NicolasDorier +* The payRequest generated by LNAddress wasn't the same as the one generated by the callback (losing information about Min/Max spendable) * With core lightning, getting payment by paymenthash wouldn't return the successful payment if the first one failed. * Do not propose Lightning payment if the LN Node is dead (#4795 #3541) @Kukks * Point of Sale: Fix escaped HTML entities in item title (#4798) @dennisreimann