Merge pull request #7720 from ellemouton/updateReleaseNotes

docs: move entry for 7705 to 0.16.3
This commit is contained in:
Oliver Gugger 2023-05-23 09:07:40 +02:00 committed by GitHub
commit b95faaba45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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