diff --git a/docs/release-notes/release-notes-0.13.3.md b/docs/release-notes/release-notes-0.13.3.md new file mode 100644 index 000000000..562dd6934 --- /dev/null +++ b/docs/release-notes/release-notes-0.13.3.md @@ -0,0 +1,9 @@ +# Release Notes + +## Wallet + +* [The `DefaultDustLimit` method has been removed in favor of `DustLimitForSize` which calculates the proper network dust limit for a given output size. This also fixes certain APIs like SendCoins to be able to send 294 sats to a P2WPKH script.](https://github.com/lightningnetwork/lnd/pull/5781) + +# Contributors (Alphabetical Order) + +* Eugene Siegel \ No newline at end of file