docs: update release notes

This commit is contained in:
Elle Mouton
2025-06-09 12:32:14 +02:00
parent c52c6c962b
commit 6fb90c88ca

View File

@@ -53,6 +53,9 @@ circuit. The indices are only available for forwarding events saved after v0.20.
byte blobs at the end of gossip messages are valid TLV streams. byte blobs at the end of gossip messages are valid TLV streams.
* Various [preparations](https://github.com/lightningnetwork/lnd/pull/9692) * Various [preparations](https://github.com/lightningnetwork/lnd/pull/9692)
of the graph code before the SQL implementation is added. of the graph code before the SQL implementation is added.
* Only [fetch required
fields](https://github.com/lightningnetwork/lnd/pull/9923) during graph
cache population.
* Add graph schemas, queries and CRUD: * Add graph schemas, queries and CRUD:
* [1](https://github.com/lightningnetwork/lnd/pull/9866) * [1](https://github.com/lightningnetwork/lnd/pull/9866)