Skip to content

Commit c2b090e

Browse files
Merge pull request #864 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 33a5551 + 2f4c26d commit c2b090e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ circuit. The indices are only available for forwarding events saved after v0.20.
8585
* [3](https://github.com/lightningnetwork/lnd/pull/9887)
8686
* [4](https://github.com/lightningnetwork/lnd/pull/9931)
8787
* [5](https://github.com/lightningnetwork/lnd/pull/9935)
88+
* [6](https://github.com/lightningnetwork/lnd/pull/9936)
89+
* [7](https://github.com/lightningnetwork/lnd/pull/9937)
8890

8991
## RPC Updates
9092

@@ -125,6 +127,13 @@ circuit. The indices are only available for forwarding events saved after v0.20.
125127

126128
## Testing
127129

130+
* Previously, automatic peer bootstrapping was disabled for simnet, signet and
131+
regtest networks even if the `--nobootstrap` flag was not set. This automatic
132+
disabling has now been
133+
[removed](https://github.com/lightningnetwork/lnd/pull/9967) meaning that any
134+
test network scripts that rely on bootstrapping being disabled will need to
135+
explicitly define the `--nobootstrap` flag.
136+
128137
## Database
129138

130139
## Code Health

0 commit comments

Comments
 (0)