Skip to content

Commit fd8c0ff

Browse files
Merge pull request #822 from lightninglabs/docs-lnd
Update lnd documentation
2 parents f6f399c + 940e2c0 commit fd8c0ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/lnd/release-notes/release-notes-0.19.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ keysend payment validation is stricter.
118118
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9746) a possible panic
119119
when running LND with an aux component injected (custom channels).
120120

121+
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9750): if a Taproot
122+
address is added to LND using the `ImportTapscript` RPC, LND previously failed
123+
to perform a cooperative close to that address.
124+
121125
# New Features
122126

123127
* Add support for [archiving channel backup](https://github.com/lightningnetwork/lnd/pull/9232)
@@ -307,6 +311,10 @@ close transaction.
307311

308312
* [Allow custom lock ID and
309313
duration in FundPsbt](https://github.com/lightningnetwork/lnd/pull/9724) RPC.
314+
315+
* Expand the [lnrpc.RPCMiddlewareRequest](https://github.com/lightningnetwork/lnd/pull/9739)
316+
to include any [gRPC metadata](https://grpc.io/docs/guides/metadata) pairs
317+
that are passed to the initial request via the `context.Context`.
310318

311319
## lncli Updates
312320

0 commit comments

Comments
 (0)