Skip to content

Commit f4e3d89

Browse files
Merge pull request #310 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 53f00c9 + 97ad9e5 commit f4e3d89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ gRPC performance metrics (latency to process `GetInfo`, etc)](https://github.com
120120
* The [`whitespace` linter](https://github.com/lightningnetwork/lnd/pull/6270)
121121
was enabled to make sure multi-line `if` conditions and function/method
122122
declarations are followed by an empty line to improve readability.
123+
**Note to developers**: please make sure you delete the old version of
124+
`golangci-lint` in your `$GOPATH/bin` directory. `make lint` does not
125+
automatically replace it with the new version if the binary already exists!
126+
127+
* [`ChannelLink` in the `htlcswitch` now performs a 2-way handoff instead of a 1-way handoff with its `ChannelArbitrator`.](https://github.com/lightningnetwork/lnd/pull/6221)
123128

124129
# Contributors (Alphabetical Order)
125130

@@ -132,6 +137,7 @@ gRPC performance metrics (latency to process `GetInfo`, etc)](https://github.com
132137
* Dan Bolser
133138
* Daniel McNally
134139
* ErikEk
140+
* Eugene Siegel
135141
* henta
136142
* Joost Jager
137143
* Jordi Montes

0 commit comments

Comments
 (0)