You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
-
## [25.09rc1] - 2025-08-18: "Hot Wallet Guardian"
6
+
## [25.09rc2] - 2025-08-18: "Hot Wallet Guardian"
7
7
8
8
This release named by @king-11.
9
9
@@ -35,6 +35,7 @@ Note: release schedule moved one month: this is v25.09, and all deprecations inc
35
35
36
36
### Changed
37
37
38
+
- Build: we now use `uv` to build instead of poetry: see doc/getting-started/getting-started/installation.md ([#8249])
38
39
- Protocol: We now insist that peers support `option_channel_type` (in CLN since 0.12.0 in late 2022, similar for other implementations). ([#8389])
39
40
- Protocol: payment secret ('s' field) is now mandatory in BOLT11 payment requests for improved security. ([#8377])
40
41
- 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])
@@ -112,7 +113,8 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
0 commit comments