From ff4d037ff6adde6fe08d906216b08c67fbd86bab Mon Sep 17 00:00:00 2001 From: eugene Date: Mon, 31 Jan 2022 16:18:42 -0500 Subject: [PATCH] release-notes: update 0.15.0 notes --- docs/release-notes/release-notes-0.15.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index 0d70b4460..df118fb68 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -116,6 +116,11 @@ gRPC performance metrics (latency to process `GetInfo`, etc)](https://github.com * The [`whitespace` linter](https://github.com/lightningnetwork/lnd/pull/6270) was enabled to make sure multi-line `if` conditions and function/method declarations are followed by an empty line to improve readability. + **Note to developers**: please make sure you delete the old version of + `golangci-lint` in your `$GOPATH/bin` directory. `make lint` does not + automatically replace it with the new version if the binary already exists! + +* [`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) # Contributors (Alphabetical Order) @@ -128,6 +133,7 @@ gRPC performance metrics (latency to process `GetInfo`, etc)](https://github.com * Dan Bolser * Daniel McNally * ErikEk +* Eugene Siegel * henta * Joost Jager * Jordi Montes