From 868958d2bca223ef2e843ef82b97c0b19e13c070 Mon Sep 17 00:00:00 2001 From: eugene Date: Wed, 11 Aug 2021 11:59:56 -0400 Subject: [PATCH] docs: update release notes for 0.14 --- docs/release-notes/release-notes-0.14.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 92f4b0be7..5987450c3 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -112,6 +112,8 @@ you. * Locally force closed channels are now [kept in the channel.backup file until their time lock has fully matured](https://github.com/lightningnetwork/lnd/pull/5528). +* [Cooperative closes optimistically shutdown the associated `link` before closing the channel.](https://github.com/lightningnetwork/lnd/pull/5618) + ## Build System * [A new pre-submit check has been