Skip to content

Commit f385c1f

Browse files
committed
Add release note for 0.0.122 with just three PRs.
1 parent 30a208e commit f385c1f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 0.0.122 - Apr 09, 2024 - "That Which Is Untested Is Broken"
2+
3+
## Bug Fixes
4+
* `Route` objects did not successfully round-trip through de/serialization
5+
since LDK 0.0.117, which has now been fixed (#2897).
6+
* Correct deserialization of unknown future enum variants. This ensures
7+
downgrades from future versions of LDK do not result in read failures or
8+
corrupt reads in cases where enums are written (#2969).
9+
* When hitting lnd bug 6039, our workaround previously resulted in
10+
`ChannelManager` persistences on every round-trip with our peer. These
11+
useless persistences are now skipped (#2937).
12+
13+
In total, this release features 4 files changed, 99 insertions, 55
14+
deletions in 6 commits from 1 author, in alphabetical order:
15+
* Matt Corallo
16+
17+
118
# 0.0.121 - Jan 22, 2024 - "Unwraps are Bad"
219

320
## Bug Fixes

0 commit comments

Comments
 (0)