docs: add release notes

This commit is contained in:
Oliver Gugger
2025-08-05 16:21:26 +02:00
parent f5280491ab
commit d1f79953b6

View File

@@ -25,6 +25,10 @@
messages simultaneously. The fix ensures only a single goroutine processes the
backlog at any given time using an atomic flag.
- [Fixed a bug in `btcwallet` that caused issues with Tapscript addresses being
imported in a watch-only (e.g. remote-signing)
setup](https://github.com/lightningnetwork/lnd/pull/10119).
# New Features
## Functional Enhancements
@@ -71,4 +75,5 @@
# Contributors (Alphabetical Order)
* Olaoluwa Osuntokun
* Oliver Gugger
* Yong Yu