Skip to content

Commit d864637

Browse files
committed
Update CHANGELOG for v0.6.2
1 parent e2e8f9c commit d864637

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)