From 5e45f4726d26d297c436fd6c1a80841a301154e0 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 11 Feb 2025 19:59:01 +0100 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.19.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index c5369ee27..a9234e415 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -118,6 +118,9 @@ RPC method now applies a default timeout of 60 seconds when the `timeout_seconds` field is not set or is explicitly set to 0. +* [`lnrpc.ClosedChannels` now also includes the `custom_channel_data` used by + custom channels](https://github.com/lightningnetwork/lnd/pull/9504). + ## lncli Additions * [A pre-generated macaroon root key can now be specified in `lncli create` and