mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
docs: add release note for invoice registry fix
This commit is contained in:
parent
df2ecd6bc5
commit
48827bb30f
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue