diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 293269e7..2b82e8ae 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -13,6 +13,13 @@ PRs ([aside from merge commits](https://github.com/lightningnetwork/lnd/pull/5543)) add an entry in 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 cleanup, refactor, typo fixes @@ -32,3 +39,4 @@ the release notes folder that at leasts links to PR being added. # Contributors (Alphabetical Order) * ErikEk * Zero-1729 +* Oliver Gugger \ No newline at end of file