Skip to content

Commit f792505

Browse files
committed
Update CHANGELOG for v0.6.2
1 parent 739ecde commit f792505

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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 improved robustness of the shutdown procedure. In particular, we now wait
7+
for more background tasks to finish processing before shutting down LDK
8+
background processing. Previously some tasks were kept running which could
9+
have lead to race conditions. (#613)
10+
11+
In total, this release features 12 files changed, 198 insertions, 92 deletions in 13 commits from 2 authors in alphabetical order:
12+
13+
- Elias Rohrer
14+
- moisesPomilio
15+
116
# 0.6.1 - Jun. 19, 2025
217
This patch release fixes minor issues with the recently-exposed `Bolt11Invoice`
318
type in bindings.

0 commit comments

Comments
 (0)