docs: add release notes for keeping litd up after lnd stops

This commit is contained in:
Vandit Singh 2026-06-19 01:08:08 +05:30
parent 8cbe436544
commit 9950a34862

View file

@ -25,6 +25,14 @@
### Functional Changes/Additions
* [Keep litd running after lnd
stops](https://github.com/lightninglabs/lightning-terminal/pull/1329):
In integrated mode, litd no longer shuts down when lnd stops. It now marks lnd
as errored, tears down the lnd dependent sub-servers and keeps running so its
status endpoint stays available to report what happened. Note that calling
lnd's `StopDaemon` (for example `lncli stop`) no longer stops litd; use litd's
own `StopDaemon` to stop everything.
### Technical and Architectural Updates
* [Stop itest litd nodes via litd's own