docs/release-notes: mentionn removing amp-reuse CLI flag

This commit is contained in:
Olaoluwa Osuntokun 2021-11-16 18:25:53 -08:00
parent 7d46836e9a
commit 94eae34a3b
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

@ -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 add MacChan field for passing back lnd's admin macaroon back to the program
calling lnd, when needed. 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) * 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) * [The premature update map has been revamped using an LRU cache](https://github.com/lightningnetwork/lnd/pull/5902)