Skip to content

Commit e5c3957

Browse files
Merge pull request #781 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 97aa46c + a43cf41 commit e5c3957

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/lnd/release-notes/release-notes-0.19.0.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,17 @@ config option](https://github.com/lightningnetwork/lnd/pull/9182) and introduce
240240
a new option `channel-max-fee-exposure` which is unambiguous in its description.
241241
The underlying functionality between those two options remain the same.
242242

243+
* [Abstraction of graph](https://github.com/lightningnetwork/lnd/pull/9480)
244+
access for autopilot.
245+
243246
* [Golang was updated to
244247
`v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462).
245248

246-
* Various refactors to simplify the
247-
`graph.Builder` [1](https://github.com/lightningnetwork/lnd/pull/9476).
249+
* Various refactors and preparations to simplify the
250+
`graph.Builder` and to move the funding tx validation to the gossiper.
251+
[1](https://github.com/lightningnetwork/lnd/pull/9476)
252+
[2](https://github.com/lightningnetwork/lnd/pull/9477)
253+
248254

249255
## Breaking Changes
250256
## Performance Improvements
@@ -329,6 +335,9 @@ The underlying functionality between those two options remain the same.
329335
to the sweeper to improve code quality, with a renaming of the internal state
330336
(`Failed` -> `Fatal`) used by the inputs tracked in the sweeper.
331337

338+
* A code refactor that [replaces min/max helpers with built-in min/max
339+
functions](https://github.com/lightningnetwork/lnd/pull/9451).
340+
332341
## Tooling and Documentation
333342

334343
* [Improved `lncli create` command help text](https://github.com/lightningnetwork/lnd/pull/9077)

0 commit comments

Comments
 (0)