From 19f013b5c4d5935cdf28b0d60845bdd4750d7318 Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Mon, 14 Nov 2022 13:24:25 -0500 Subject: [PATCH] release-notes: add send custom message override functionality --- docs/release-notes/release-notes-0.16.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 6367684f0..322bb3cf2 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -92,6 +92,11 @@ current gossip sync query status. * [Ensure that closing addresses match the node network for `OpenChannel` requests](https://github.com/lightningnetwork/lnd/pull/7272) +* The `SendCustomMessage` and `SubscribeCustomMessage` APIs can now be used to + send and receive custom messages below the custom range if lnd is built with + the `dev` tag, and configured to [opt into overriding a specific message + type](https://github.com/lightningnetwork/lnd/pull/7153) + ## Wallet * [Allows Taproot public keys and tap scripts to be imported as watch-only