From bc7b5d51972457a36978c3e930417b27ca3acc64 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 23 Nov 2024 00:23:42 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.18.4.md | 4 ++++ docs/lnd/release-notes/release-notes-0.19.0.md | 3 +++ 2 files changed, 7 insertions(+) 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