diff --git a/docs/lnd/release-notes/release-notes-0.18.4.md b/docs/lnd/release-notes/release-notes-0.18.4.md index 62019bf..1fd299f 100644 --- a/docs/lnd/release-notes/release-notes-0.18.4.md +++ b/docs/lnd/release-notes/release-notes-0.18.4.md @@ -84,6 +84,10 @@ types in a series of changes: ## lncli Additions +* [`updatechanpolicy`](https://github.com/lightningnetwork/lnd/pull/8805) will + now update the channel policy if the edge was not found in the graph + database if the `create_missing_edge` flag is set. + # Improvements ## Functional Updates ## RPC Updates diff --git a/docs/lnd/release-notes/release-notes-0.19.0.md b/docs/lnd/release-notes/release-notes-0.19.0.md index 12049b4..6fa3c0f 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -62,6 +62,8 @@ # New Features ## Functional Enhancements +* [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate + wallet transactions. ## RPC Additions * [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843) @@ -196,6 +198,7 @@ The underlying functionality between those two options remain the same. # Contributors (Alphabetical Order) +* Abdullahi Yunus * Animesh Bilthare * Boris Nagaev * CharlieZKSmith