Skip to content

Commit 6235b17

Browse files
committed
f Typos
1 parent cee76e1 commit 6235b17

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# 0.7.0 - TODO
2-
This seventh minor release introduces numerous new features, bugfixes, 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.
2+
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 back-end.
33

44
## Feature and API updates
5-
- Experimental suppport for channel splicing has been added. (#677)
5+
- Experimental support for channel splicing has been added. (#677)
66
- **Note**: Splicing-related transactions might currently still get misclassified in the payment store.
77
- Support for serving and paying static invoices for Async Payments has been added. (#621)
88
- Sourcing chain data via Bitcoin Core's REST interface is now supported. (#526)
99
- A new `Builder::set_chain_source_esplora_with_headers` method has been added
1010
that allows specifying headers to be sent to the Esplora backend. (#596)
1111
- The ability to import and merge pathfinding scores has been added. (#449)
12-
- Passing a custom preimage when sending spontaneous payments is now supported. (#549)
12+
- Passing a custom pre-image when sending spontaneous payments is now supported. (#549)
1313
- When running in the context of a `tokio` runtime, we now attempt to reuse the
1414
outer runtime context for our main runtime. (#543)
1515
- Specifying a `RouteParametersConfig` when paying BOLT12 offers or sending refunds is now supported. (#702)
1616
- Liquidity service data is now persisted across restarts. (#650)
17-
- The bLIP-52/LSPS2 service now suports the 'client-trusts-LSP' model. (#687)
17+
- The bLIP-52/LSPS2 service now supports the 'client-trusts-LSP' model. (#687)
1818
- The manual-claiming flow is now also supported for JIT invoices. (#608)
19-
- Any key-value stores providded to `Builder::build_with_store` are now
19+
- Any key-value stores provided to `Builder::build_with_store` are now
2020
required to implement LDK's `KVStore` as well as `KVStoreSync` interfaces.
2121
(#633)
2222
- The `generate_entropy_mnemonic` method now supports specifying a word count. (#699)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ldk-node"
3-
version = "0.7.0+git"
3+
version = "0.7.0-rc.1"
44
authors = ["Elias Rohrer <[email protected]>"]
55
homepage = "https://lightningdevkit.org/"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)