diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 89194b4f3..b0d34d326 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -152,6 +152,10 @@ you. into projects that are compiled to WASM binaries. [That problem was fixed by guarding those syscalls with build tags](https://github.com/lightningnetwork/lnd/pull/5526). +* The only way to retrieve hophints for a given node was to create an invoice + with the `addInvoice` rpc interface. However, now the function has been + [exposed in the go package `invoicesrpc`](https://github.com/lightningnetwork/lnd/pull/5697). + ## Code Health ### Code cleanup, refactor, typo fixes @@ -256,6 +260,7 @@ change](https://github.com/lightningnetwork/lnd/pull/5613). * de6df1re * ErikEk * Eugene Siegel +* Harsha Goli * Martin Habovstiak * Oliver Gugger * Wilmer Paulino