From d51af48c3b4f8622a5390dd29cce3157407c4429 Mon Sep 17 00:00:00 2001 From: eugene Date: Mon, 8 Aug 2022 16:26:56 -0400 Subject: [PATCH] release-notes: update for 0.15.1 --- docs/release-notes/release-notes-0.15.1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.1.md b/docs/release-notes/release-notes-0.15.1.md index 22af4ee08..73a9e652a 100644 --- a/docs/release-notes/release-notes-0.15.1.md +++ b/docs/release-notes/release-notes-0.15.1.md @@ -16,6 +16,10 @@ * [Adds a `ZeroConfAcceptor` that rejects any zero-conf channel opens unless an RPC `ChannelAcceptor` is active. This is a safety measure to avoid funds loss.](https://github.com/lightningnetwork/lnd/pull/6716) +### Interoperability +* [LND now waits until the peer's `funding_locked` is received before sending the initial + `channel_update`. The BOLT specification requires this.](https://github.com/lightningnetwork/lnd/pull/6664) + ## Build system * [Add the release build directory to the `.gitignore` file to avoid the release