Update changelog

This commit is contained in:
nicolas.dorier
2023-04-07 17:50:36 +09:00
parent 5d39bb7466
commit f530fb3241

View File

@@ -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