Skip to content

Commit 506c3d5

Browse files
committed
docs/release-notes: add release notes entry
1 parent f3a8fd8 commit 506c3d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/release-notes/release-notes-0.20.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@ reader of a payment request.
219219
- [Introduced](https://github.com/lightningnetwork/lnd/pull/10136) a wallet
220220
interface to decouple the relationship between `lnd` and `btcwallet`.
221221

222+
- [Refactored](https://github.com/lightningnetwork/lnd/pull/10128) channel graph
223+
update iterators to use Go's `iter.Seq2` pattern. The `UpdatesInHorizon`,
224+
`NodeUpdatesInHorizon`, and `ChanUpdatesInHorizon` methods now return lazy
225+
iterators instead of materializing all updates in memory at once, improving
226+
memory efficiency for large graph operations.
227+
222228
## Breaking Changes
223229
## Performance Improvements
224230

@@ -300,6 +306,7 @@ reader of a payment request.
300306
* Erick Cestari
301307
* Funyug
302308
* Mohamed Awnallah
309+
* Olaoluwa Osuntokun
303310
* Pins
304311
* Torkel Rogstad
305312
* Yong Yu

0 commit comments

Comments
 (0)