From fcdb2b545faabed78dc5a702c6aeb9f00f295076 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 13 Oct 2022 13:11:21 +0200 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.16.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 5bdcce5b3..1f97dfed6 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -115,7 +115,10 @@ crash](https://github.com/lightningnetwork/lnd/pull/7019). online](https://github.com/lightningnetwork/lnd/pull/6931). * [test: replace defer cleanup with - `t.Cleanup`](https://github.com/lightningnetwork/lnd/pull/6864) + `t.Cleanup`](https://github.com/lightningnetwork/lnd/pull/6864). + +* [test: fix loop variables being accessed in + closures](https://github.com/lightningnetwork/lnd/pull/7032). ### Tooling and documentation