Skip to content

Commit 36803db

Browse files
committed
rc3 change log updates
1 parent 7e5cf41 commit 36803db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6-
## [25.09rc2] - 2025-08-18: "Hot Wallet Guardian"
6+
## [25.09rc3] - 2025-08-27: "Hot Wallet Guardian"
77

88
This release named by @king-11.
99

@@ -38,6 +38,7 @@ Note: release schedule moved one month: this is v25.09, and all deprecations inc
3838
- Build: we now use `uv` to build instead of poetry: see doc/getting-started/getting-started/installation.md ([#8249])
3939
- Protocol: We now insist that peers support `option_channel_type` (in CLN since 0.12.0 in late 2022, similar for other implementations). ([#8389])
4040
- Protocol: payment secret ('s' field) is now mandatory in BOLT11 payment requests for improved security. ([#8377])
41+
- Protocol: Offers on nodes with only private channels are now payable (i.e. no more blinded path errors!). ([#8500])
4142
- wss-proxy.py was replaced by a rust version with support for multiple `wss-bind-addr`. If you install CLN from pre-compiled binaries you must remove the old wss-proxy directory first before installing CLN, usually ([#8080])
4243
- pyln-client: plugin notifications parameters now exposed directly, not wrapped in `params` object. ([#8376])
4344
- Plugins: `bookkeeper` now explicitly assumes every transaction is in the same currency as the node (true unless you added manually) ([#8445])
@@ -70,6 +71,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
7071

7172
### Fixed
7273

74+
- Certificates auto-generated by grpc-plugin, rest-plugin, and wss-proxy-plugin now include the required Authority Key Identifier and Key Usages extensions. ([#8495])
7375
- JSON-RPC: `fetchinvoice` is now more reliable. ([#8470])
7476
- lightningd: don't get confused with parallel ping commands. ([#8344])
7577
- libbacktrace works with macOS, so we get backtraces on crashes ([#8431])
@@ -114,7 +116,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
114116
[#7344]: https://github.com/ElementsProject/lightning/pull/7344
115117
[#8410]: https://github.com/ElementsProject/lightning/pull/8410
116118
[#8249]: https://github.com/ElementsProject/lightning/pull/8249
117-
[25.09rc2]: https://github.com/ElementsProject/lightning/releases/tag/v25.09rc2
119+
[25.09rc3]: https://github.com/ElementsProject/lightning/releases/tag/v25.09rc3
118120

119121

120122

0 commit comments

Comments
 (0)