docs: add release notes for #5526
This commit is contained in:
parent
8f6b2c7c46
commit
04c2640060
@ -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
|
Loading…
Reference in New Issue
Block a user