From 45ba301f30c5bc9dab13d4a77541fccd23578be1 Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Wed, 25 Jun 2025 10:36:57 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.19.2.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.2.md b/docs/release-notes/release-notes-0.19.2.md index fcfa09621..4ee4b4ce5 100644 --- a/docs/release-notes/release-notes-0.19.2.md +++ b/docs/release-notes/release-notes-0.19.2.md @@ -33,6 +33,10 @@ ## Functional Enhancements +- [Adds](https://github.com/lightningnetwork/lnd/pull/9989) a method + `FeeForWeightRoundUp` to the `chainfee` package which rounds up a calculated + fee value to the nearest satoshi. + ## RPC Additions ## lncli Additions @@ -78,4 +82,5 @@ much more slowly. ## Tooling and Documentation # Contributors (Alphabetical Order) +* hieblmi * Yong Yu