docs: add release notes for #5526

This commit is contained in:
Oliver Gugger 2021-07-15 11:33:56 +02:00
parent 8f6b2c7c46
commit 04c2640060
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -13,6 +13,13 @@ PRs ([aside from merge
commits](https://github.com/lightningnetwork/lnd/pull/5543)) add an entry in commits](https://github.com/lightningnetwork/lnd/pull/5543)) add an entry in
the release notes folder that at leasts links to PR being added. the release notes folder that at leasts links to PR being added.
# Misc
* The direct use of certain syscalls in packages such as `bbolt` or `lnd`'s own
`healthcheck` package made it impossible to import `lnd` code as a library
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).
# Code Health # Code Health
## Code cleanup, refactor, typo fixes ## Code cleanup, refactor, typo fixes
@ -32,3 +39,4 @@ the release notes folder that at leasts links to PR being added.
# Contributors (Alphabetical Order) # Contributors (Alphabetical Order)
* ErikEk * ErikEk
* Zero-1729 * Zero-1729
* Oliver Gugger