docs: update release notes for 0.18.0

This commit is contained in:
Andras Banki-Horvath
2023-10-26 14:42:20 +02:00
parent f5abc94bdf
commit bcc6a3f517

View File

@@ -296,6 +296,9 @@
* [Update](https://github.com/lightningnetwork/lnd/pull/8419) the embedded
Postgres version and raise max connections.
* [Refactor UpdateInvoice](https://github.com/lightningnetwork/lnd/pull/8100) to
make it simpler to adjust code to also support SQL InvoiceDB implementation.
## Code Health
* [Remove database pointers](https://github.com/lightningnetwork/lnd/pull/8117)