Skip to content

Commit bfd9646

Browse files
authored
Merge pull request #950 from TheBlueMatt/2021-06-changelog
Add a dummy first CHANGELOG entry for future tracking
2 parents 073afbb + 66726fb commit bfd9646

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
@@ -0,0 +1,15 @@
1+
# 0.0.98 - 2021-06-11
2+
3+
0.0.98 should be considered a release candidate to the first alpha release of
4+
Rust-Lightning and the broader LDK. It represents several years of work
5+
designing and fine-tuning a flexible API for integrating lightning into any
6+
application. LDK should make it easy to build a lightning node or client which
7+
meets specific requirements that other lightning node software cannot. As
8+
lightning continues to evolve, and new use-cases for lightning develop, the API
9+
of LDK will continue to change and expand. However, starting with version 0.1,
10+
objects serialized with prior versions will be readable with the latest LDK.
11+
While Rust-Lightning is approaching the 0.1 milestone, language bindings
12+
components of LDK available at https://github.com/lightningdevkit are still of
13+
varying quality. Some are also approaching an 0.1 release, while others are
14+
still much more experimental. Please note that, at 0.0.98, using Rust-Lightning
15+
on mainnet is *strongly* discouraged.

0 commit comments

Comments
 (0)