From 3d0ae966c82382ed83fa8c9b998a122f5001d9a7 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Wed, 5 Feb 2025 12:26:46 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.19.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 44df0bd3c..9b4bab5c3 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -240,6 +240,9 @@ config option](https://github.com/lightningnetwork/lnd/pull/9182) and introduce a new option `channel-max-fee-exposure` which is unambiguous in its description. The underlying functionality between those two options remain the same. +* [Abstraction of graph](https://github.com/lightningnetwork/lnd/pull/9480) + access for autopilot. + * [Golang was updated to `v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462).