docs: add release note for invoice registry fix

This commit is contained in:
yyforyongyu 2021-12-04 16:17:54 +08:00
parent df2ecd6bc5
commit 48827bb30f
No known key found for this signature in database
GPG key ID: 9BCD95C4FF296868

View file

@ -10,6 +10,14 @@
* Add [auto-generated command-line completions](https://github.com/lightningnetwork/lnd/pull/4177)
for Fish shell.
## Bug Fixes
* [Fixed an inactive invoice subscription not removed from invoice
registry](https://github.com/lightningnetwork/lnd/pull/6053). When an invoice
subscription is created and canceled immediately, it could be left uncleaned
due to the cancel signal is processed before the creation. It is now properly
handled by moving creation before deletion.
## Misc
* [An example systemd service file](https://github.com/lightningnetwork/lnd/pull/6033)
@ -37,3 +45,4 @@
* Daniel McNally
* ErikEk
* Torkel Rogstad
* Yong Yu