diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index 36521fd2fcfa..d0712f3a9156 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -60,6 +60,12 @@ releases. Backward compatibility is not guaranteed! 155](https://github.com/lightningnetwork/lnd/pull/6468), allowing it to connect to Bitcoin nodes that advertise a Tor v3 onion service address. +## Btcwallet + +* [Add option to configure the block and transaction subscription + notifications from bitcoind to be obtained through polling of the RPC + interface instead of using ZMQ](https://github.com/lightningnetwork/lnd/pull/6345) + ## Bug Fixes * [Pipelining an UpdateFulfillHTLC message now only happens when the related UpdateAddHTLC is locked-in.](https://github.com/lightningnetwork/lnd/pull/6246)