From 94eae34a3be6de0ced116d081b5a0594aa8dd043 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 16 Nov 2021 18:25:53 -0800 Subject: [PATCH] docs/release-notes: mentionn removing amp-reuse CLI flag --- docs/release-notes/release-notes-0.14.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index abe3671a2..a904c6ee1 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -370,6 +370,8 @@ messages directly. There is no routing/path finding involved. add MacChan field for passing back lnd's admin macaroon back to the program calling lnd, when needed. +* [The `--amp-reuse` CLI flag has been removed as the latest flavor of AMP now natively supports static invoices](https://github.com/lightningnetwork/lnd/pull/5991) + * Using `go get` to install go executables is now deprecated. Migrate to `go install` our lnrpc proto dockerfile [Migrate `go get` to `go install`](https://github.com/lightningnetwork/lnd/pull/5879) * [The premature update map has been revamped using an LRU cache](https://github.com/lightningnetwork/lnd/pull/5902)