Skip to content

Commit 4df245b

Browse files
committed
docs/release-notes: add release notes entry
1 parent 25cf7b1 commit 4df245b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/release-notes/release-notes-0.7.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,18 @@
3535
optimized sending to V2 TAP addresses by removing the need for creating
3636
tombstone outputs on a full-value send (by using interactive transfers for V2
3737
addresses).
38+
3839
- [Updated](https://github.com/lightninglabs/taproot-assets/pull/1774)
3940
`BuyOrderRequest` and `SellOrderRequest` proto docs to mark `peer_pub_key` as
4041
required. Previously, the field was incorrectly documented as optional.
4142
This change corrects the documentation to match the current implementation.
4243

44+
- [Invoice tolerance calculations were fixed to properly account for per-HTLC
45+
conversion errors](https://github.com/lightninglabs/taproot-assets/pull/1673).
46+
This improves the accuracy of asset payment acceptance by correctly modeling
47+
rounding errors that accumulate when converting between asset units and
48+
millisatoshis across multiple HTLCs.
49+
4350
# New Features
4451

4552
## Functional Enhancements

0 commit comments

Comments
 (0)