From 861f8174b110c425447efa426097730bb009ac69 Mon Sep 17 00:00:00 2001 From: andreihod Date: Wed, 28 Sep 2022 19:33:14 -0300 Subject: [PATCH] docs: update release notes --- 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 8a443f035..d6df7387b 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -128,6 +128,9 @@ certain large transactions](https://github.com/lightningnetwork/lnd/pull/7100). * [Update cert module](https://github.com/lightningnetwork/lnd/pull/6573) to allow a way to update the tls certificate without restarting lnd. +* [Fixed a bug where paying an invoice with a malformed route hint triggers a + never-ending retry loop](https://github.com/lightningnetwork/lnd/pull/6766) + ## `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 @@ -221,6 +224,7 @@ to refactor the itest for code health and maintenance. # Contributors (Alphabetical Order) +* andreihod * Carla Kirk-Cohen * cutiful * Daniel McNally @@ -232,6 +236,7 @@ to refactor the itest for code health and maintenance. * Jesse de Wit * Joost Jager * Jordi Montes +* lsunsi * Matt Morehouse * Michael Street * Jordi Montes