diff --git a/docs/release-notes/release-notes-0.18.1.md b/docs/release-notes/release-notes-0.18.1.md index e2288f166..b5c9596ea 100644 --- a/docs/release-notes/release-notes-0.18.1.md +++ b/docs/release-notes/release-notes-0.18.1.md @@ -35,10 +35,16 @@ * [`xImportMissionControl`](https://github.com/lightningnetwork/lnd/pull/8779) now accepts `0` failure amounts. +* [`ChanInfoRequest`](https://github.com/lightningnetwork/lnd/pull/8813) + adds support for channel points. + ## lncli Updates * [`importmc`](https://github.com/lightningnetwork/lnd/pull/8779) now accepts `0` failure amounts. + +* [`getchaninfo`](https://github.com/lightningnetwork/lnd/pull/8813) now accepts + a channel outpoint besides a channel id. ## Code Health ## Breaking Changes