Skip to content

Commit 6baba6a

Browse files
committed
Update CHANGELOG for final v0.7.0 release
1 parent b4b2843 commit 6baba6a

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.7.0 - TODO
1+
# 0.7.0 - Dec. 3, 2025
22
This seventh minor release introduces numerous new features, bug fixes, and API improvements. In particular, it adds support for channel Splicing, Async Payments, as well as sourcing chain data from a Bitcoin Core REST backend.
33

44
## Feature and API updates
@@ -23,7 +23,8 @@ This seventh minor release introduces numerous new features, bug fixes, and API
2323

2424
## Bug Fixes and Improvements
2525
- Robustness of the shutdown procedure has been improved, minimizing risk of blocking during `Node::stop`. (#592, #612, #619, #622)
26-
- The VSS storage backend now supports 'lazy' deletes, allowing it to avoid unnecessary remote calls for certain operations. (#689)
26+
- The VSS storage backend now supports 'lazy' deletes, allowing it to avoid
27+
unnecessarily waiting on remote calls for certain operations. (#689, #722)
2728
- The encryption and obfuscation scheme used when storing data against a VSS backend has been improved. (#627)
2829
- Transient errors during `bitcoind` RPC chain synchronization are now retried with an exponential back-off. (#588)
2930
- Transactions evicted from the mempool are now correctly handled when syncing via `bitcoind` RPC/REST. (#605)
@@ -46,10 +47,23 @@ This seventh minor release introduces numerous new features, bug fixes, and API
4647
- The `electrum-client` dependency has been bumped to v0.24.0. (#602)
4748
- For Kotlin/Android builds we now require 16kb page sizes, ensuring Play Store compatibility. (#625)
4849

49-
In total, this release features TODO files changed, TODO insertions, TODO
50-
deletions in TODO commits from TODO authors in alphabetical order:
50+
In total, this release features 77 files changed, 12350 insertions, 5708
51+
deletions in 264 commits from 14 authors in alphabetical order:
5152

52-
- TODO TODO
53+
- aagbotemi
54+
- alexanderwiederin
55+
- Andrei
56+
- Artur Gontijo
57+
- benthecarman
58+
- Chuks Agbakuru
59+
- coreyphillips
60+
- Elias Rohrer
61+
- Enigbe
62+
- Joost Jager
63+
- Jeffrey Czyz
64+
- moisesPomilio
65+
- Martin Saposnic
66+
- tosynthegeek
5367

5468
# 0.6.2 - Aug. 14, 2025
5569
This patch release fixes a panic that could have been hit when syncing to a

0 commit comments

Comments
 (0)