From cba50959022847b97ec967cc00be3a19eef4d58a Mon Sep 17 00:00:00 2001 From: positiveblue Date: Wed, 24 Aug 2022 13:11:13 -0700 Subject: [PATCH] docs: add release notes for warning message fix --- docs/release-notes/release-notes-0.16.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 6ae5aae20..bb643c260 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -106,6 +106,8 @@ https://github.com/lightningnetwork/lnd/pull/6963/) * [Create a helper function to wait for peer to come online](https://github.com/lightningnetwork/lnd/pull/6931). +* [Stop handling peer warning messages as errors](https://github.com/lightningnetwork/lnd/pull/6840) + ## `lncli` * [Add an `insecure` flag to skip tls auth as well as a `metadata` string slice flag](https://github.com/lightningnetwork/lnd/pull/6818) that allows the @@ -200,6 +202,7 @@ details. * Jordi Montes * Matt Morehouse * Michael Street +* Jordi Montes * Olaoluwa Osuntokun * Oliver Gugger * Priyansh Rastogi