diff --git a/docs/release-notes/release-notes-0.17.4.md b/docs/release-notes/release-notes-0.17.4.md index 742307b5b..fdd04ae81 100644 --- a/docs/release-notes/release-notes-0.17.4.md +++ b/docs/release-notes/release-notes-0.17.4.md @@ -19,6 +19,12 @@ # Bug Fixes +* [Fix the removal of failed + channels](https://github.com/lightningnetwork/lnd/pull/8406). When a pending + channel opening was pruned from memory no more channels were able to be + created nor accepted. This PR fixes this issue and enhances the test suite + for this behavior. + # New Features ## Functional Enhancements ## RPC Additions