docs: move entry for 7705 to 0.16.3

This commit is contained in:
Elle Mouton 2023-05-23 06:55:36 +02:00
parent 8c58730c34
commit dbc83f4e9e
No known key found for this signature in database
GPG Key ID: D7D916376026F177
2 changed files with 9 additions and 5 deletions

View File

@ -2,9 +2,17 @@
## Mempool
Optimized [mempool
* Optimized [mempool
management](https://github.com/lightningnetwork/lnd/pull/7681) to lower the CPU
usage.
## Misc
* [Re-encrypt/regenerate](https://github.com/lightningnetwork/lnd/pull/7705)
all macaroon DB root keys on `ChangePassword`/`GenerateNewRootKey`
respectively.
# Contributors (Alphabetical Order)
* Elle Mouton
* Yong Yu

View File

@ -58,10 +58,6 @@ unlock or create.
* [Restore support](https://github.com/lightningnetwork/lnd/pull/7678) for
`PKCS8`-encoded cert private keys.
* [Re-encrypt/regenerate](https://github.com/lightningnetwork/lnd/pull/7705)
all macaroon DB root keys on `ChangePassword`/`GenerateNewRootKey`
respectively.
## Code Health
* Updated [our fork for serializing protobuf as JSON to be based on the