Update changelog

This commit is contained in:
nicolas.dorier 2023-04-10 20:21:13 +09:00
parent a4aa85ebab
commit 98ddb348b0
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -31,6 +31,7 @@ We introduce another flag, `--deprecated`, which allows you to start with SQLite
### Bug fixes
* If connection to Lightning node was interrupted, payments would be missed. (#4865 #4840 #4525) @NicolasDorier
* 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)