From 40dd1463581716159b902ac98dac10cd6d20918d Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 25 Jan 2022 15:59:49 -0800 Subject: [PATCH] docs/release-notes: add entry for fee rate bug fix and rpc change --- docs/release-notes/release-notes-0.14.2.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.14.2.md b/docs/release-notes/release-notes-0.14.2.md index 4cc87c50a..a2197e6c4 100644 --- a/docs/release-notes/release-notes-0.14.2.md +++ b/docs/release-notes/release-notes-0.14.2.md @@ -78,6 +78,8 @@ Postgres](https://github.com/lightningnetwork/lnd/pull/6111) * [Fix an issue that would prevent very old nodes from starting up due to lack of a historical channel bucket](https://github.com/lightningnetwork/lnd/pull/6159) +* [Fixes a bug that would cause incorrect rounding when translating a decimal fee rate to ppm](https://github.com/lightningnetwork/lnd/pull/6200) + ## RPC Server @@ -100,6 +102,8 @@ Postgres](https://github.com/lightningnetwork/lnd/pull/6111) set](https://github.com/lightningnetwork/lnd/pull/6185) on `RPCMiddlewareRequest` messages. +* [Adds a new FeeRatePpm to the UpdateChanPolicy call to allow fee rate expression in the native protocol unit](https://github.com/lightningnetwork/lnd/pull/6200) + ## Routing