Skip to content

Commit 6219e82

Browse files
Merge pull request lightninglabs#170 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 86b31b6 + af702e1 commit 6219e82

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Release Notes
2+
3+
## AMP
4+
5+
A new command line option (`--amp-reuse`) has been added to make it easier for
6+
users to re-use AMP invoice on the command line using either the `payinvoice`
7+
or `sendpayment` command.
8+
9+
## Bug Fixes
10+
11+
[A bug has been fixed in the command line argument parsing for the
12+
`sendpayment` command that previously prevented users from being able to re-use
13+
a fully
14+
specified AMP](https://github.com/lightningnetwork/lnd/pull/5554) invoice by
15+
generating a new `pay_addr` and including it as a CLI arg.
16+
17+
# Contributors (Alphabetical Order)
18+
* Olaoluwa Osuntokun

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ for more information.
2222
`lightning.proto`](https://github.com/lightningnetwork/lnd/pull/5473) to fix
2323
a warning related to protobuf file name collisions.
2424

25+
* [Stub code for interacting with `lnrpc` from a WASM context through JSON
26+
messages was added](https://github.com/lightningnetwork/lnd/pull/5601).
27+
2528
## Security
2629

2730
### Admin macaroon permissions
@@ -49,6 +52,9 @@ you.
4952
* [The itest error whitelist check was removed to reduce the number of failed
5053
Travis builds](https://github.com/lightningnetwork/lnd/pull/5588).
5154

55+
* [A flake in the Neutrino integration tests with anchor sweeps was
56+
addressed](https://github.com/lightningnetwork/lnd/pull/5509).
57+
5258
# Documentation
5359

5460
* [Outdated warning about unsupported pruning was replaced with clarification that LND **does**
@@ -106,6 +112,12 @@ you.
106112
* [Update MC store in blocks](https://github.com/lightningnetwork/lnd/pull/5515)
107113
to make payment throughput better when using etcd.
108114

115+
## Bug Fixes
116+
117+
A bug has been fixed that would cause `lnd` to [try to bootstrap using the
118+
currnet DNS seeds when in SigNet
119+
mode](https://github.com/lightningnetwork/lnd/pull/5564).
120+
109121
# Contributors (Alphabetical Order)
110122
* ErikEk
111123
* Martin Habovstiak

0 commit comments

Comments
 (0)