docs: add release notes

This commit is contained in:
yyforyongyu 2025-01-26 10:55:15 +08:00
parent c61f781be7
commit 8d49246a54
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -344,6 +344,11 @@ The underlying functionality between those two options remain the same.
* A code refactor that [replaces min/max helpers with built-in min/max
functions](https://github.com/lightningnetwork/lnd/pull/9451).
* [Unified](https://github.com/lightningnetwork/lnd/pull/9447) the monitoring
inputs spending logic in the sweeper so it can properly handle missing inputs
and recover from restart.
## Tooling and Documentation
* [Improved `lncli create` command help text](https://github.com/lightningnetwork/lnd/pull/9077)