Skip to content

Commit 498112b

Browse files
committed
Update CHANGELOG for v0.6.2
1 parent 3a70c0b commit 498112b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.6.2 - Aug. 14, 2025
2+
This patch release fixes a panic that could have been hit when syncing to a TLS-enabled Electrum server, as well as some minor issues when shutting down the node.
3+
4+
## Bug Fixes and Improvements
5+
- If not set by the user, we now install a default `CryptoProvider` for the `rustls` TLS library. This fixes an issue that would have the node panic whenever they first try to access an Electrum server behind an `ssl://` address. (#600)
6+
- We now wait for more background tasks to finish processing before shutting down LDK background processing. Previously some tasks were kept running which could have lead to race conditions. (#613)
7+
8+
In total, this release features 12 files changed, 198 insertions, 92 deletions in 13 commits from 2 authors in alphabetical order:
9+
10+
- Elias Rohrer
11+
- moisesPomilio
12+
113
# 0.6.1 - Jun. 19, 2025
214
This patch release fixes minor issues with the recently-exposed `Bolt11Invoice`
315
type in bindings.

0 commit comments

Comments
 (0)