docs/release-notes: add release notes entry

This commit is contained in:
Olaoluwa Osuntokun
2025-09-26 15:05:53 -07:00
parent f3a8fd842d
commit 506c3d5b0d

View File

@@ -219,6 +219,12 @@ reader of a payment request.
- [Introduced](https://github.com/lightningnetwork/lnd/pull/10136) a wallet
interface to decouple the relationship between `lnd` and `btcwallet`.
- [Refactored](https://github.com/lightningnetwork/lnd/pull/10128) channel graph
update iterators to use Go's `iter.Seq2` pattern. The `UpdatesInHorizon`,
`NodeUpdatesInHorizon`, and `ChanUpdatesInHorizon` methods now return lazy
iterators instead of materializing all updates in memory at once, improving
memory efficiency for large graph operations.
## Breaking Changes
## Performance Improvements
@@ -300,6 +306,7 @@ reader of a payment request.
* Erick Cestari
* Funyug
* Mohamed Awnallah
* Olaoluwa Osuntokun
* Pins
* Torkel Rogstad
* Yong Yu