docs: update release-notes-0.14.0.md

This commit is contained in:
Harsha Goli 2021-09-07 14:43:36 -07:00
parent e4891a98fd
commit 8720b8f657
No known key found for this signature in database
GPG key ID: 90E00CCB1C74C611

View file

@ -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