Browse Source

docs: add release notes for #5526

master
Oliver Gugger 3 years ago
parent
commit
04c2640060
No known key found for this signature in database
GPG Key ID: 8E4256593F177720
  1. 8
      docs/release-notes/release-notes-0.14.0.md

8
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
Loading…
Cancel
Save