Skip to content

Commit 2d3e101

Browse files
committed
docs: add release-notes
1 parent b37d26a commit 2d3e101

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/release-notes/release-notes-0.21.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,18 @@
2626

2727
## RPC Additions
2828

29+
* [Add sat_per_kw option for more fine granular control of transaction
30+
fees](https://github.com/lightningnetwork/lnd/pull/10067). This option is added for the sendcoins, sendmany, openchannel, batchopenchannel,
31+
closechannel, closeallchannels and wallet bumpfee commands. Also add
32+
max_fee_per_kw for closechannel command.
33+
2934
## lncli Additions
3035

36+
* The [--sat_per_vbyte](https://github.com/lightningnetwork/lnd/pull/10067)
37+
option now supports fractional values (e.g. 1.05).
38+
This option is added for the sendcoins, sendmany, openchannel,
39+
batchopenchannel, closechannel, closeallchannels and wallet bumpfee commands. The max_fee_rate argument for closechannel also supports fractional values.
40+
3141
# Improvements
3242
## Functional Updates
3343

@@ -41,6 +51,10 @@
4151

4252
## Deprecations
4353

54+
### ⚠️ **Warning:** The deprecated fee rate option --sat_per_byte will be removed in release version **0.22**
55+
56+
The following RPCs will be impacted: sendcoins, sendmany, openchannel, closechannel, closeallchannels and wallet bumpfee.
57+
4458
# Technical and Architectural Updates
4559
## BOLT Spec Updates
4660

@@ -53,3 +67,5 @@
5367
## Tooling and Documentation
5468

5569
# Contributors (Alphabetical Order)
70+
71+
Pins

0 commit comments

Comments
 (0)