Skip to content

Commit efa5b73

Browse files
committed
Update CHANGELOG.md for v0.6.1
1 parent 6b9751b commit efa5b73

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.6.1 - Jun. 19, 2025
2+
This patch release fixes minor issues with the recently-exposed `Bolt11Invoice`
3+
type in bindings.
4+
5+
## Feature and API updates
6+
- The `Bolt11Invoice::description` method is now exposed as
7+
`Bolt11Invoice::invoice_description` in bindings, to avoid collisions with a
8+
Swift standard method of same name (#576)
9+
10+
## Bug Fixes and Improvements
11+
- The `Display` implementation of `Bolt11Invoice` is now exposed in bindings,
12+
(re-)allowing to render the invoice as a string. (#574)
13+
14+
In total, this release features 9 files changed, 549 insertions, 83 deletions,
15+
in 8 commits from 1 author in alphabetical order:
16+
17+
- Elias Rohrer
18+
119
# 0.6.0 - Jun. 9, 2025
220
This sixth minor release mainly fixes an issue that could have left the
321
on-chain wallet unable to spend funds if transactions that had previously been

0 commit comments

Comments
 (0)