@@ -4,6 +4,45 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ 25.12.1] - 2026-1-14: "Boltz's Seamless Upgrade Experience II"
8+
9+ This is a recommended release, particularly for those creating new nodes.
10+
11+ ### Changed
12+
13+ - JSON-RPC: ` recover ` takes a 12-word mnemonic for nodes created by v25.12 or later. ([ #8830 ] )
14+ - ` lightning-hsmtool ` : ` getsecret ` replaces ` getcodexsecret ` for modern nodes (gives mnemonic). ([ #8830 ] )
15+
16+ ### Deprecated
17+
18+ Note: You should always set ` allow-deprecated-apis=false ` to test for changes.
19+
20+ - ` lightning-hsmtool ` : ` getcodexsecret ` . Use ` getsecret ` . ([ #8830 ] )
21+
22+ ### Fixed
23+
24+ - lightningd: we now correctly sign for non-taproot addresses given by nodes created by v25.12 or newer. ([ #8831 ] )
25+ - ` lightning-hsmtool ` : handle mnemonic hsm_secret files (nodes created >= v25.12). ([ #8831 ] )
26+ - plugins: ` pay ` can crash on errors returned from deep inside routehints. ([ #8829 ] )
27+ - plugins: ` askrene ` can crash on a corner case in increase_flows. ([ #8829 ] )
28+ - askrene: fix a plugin crash triggered during single path payments when a channel fees doesn't fit u32. ([ #8832 ] )
29+ - JSON-RPC: malformed filters no longer crash lightningd. ([ #8780 ] )
30+ - pay: ` maxdelay ` parameter now enforced for direct channel payments ([ #8740 ] )
31+ - gossipd: we would occasionally not show a node announcement in listnodes(). ([ #8769 ] )
32+ - lightningd: potential crash on startup if bitcoind isn't up-to-date. ([ #8779 ] )
33+
34+
35+ [ #8832 ] : https://github.com/ElementsProject/lightning/pull/8832
36+ [ #8780 ] : https://github.com/ElementsProject/lightning/pull/8780
37+ [ #8831 ] : https://github.com/ElementsProject/lightning/pull/8831
38+ [ #8740 ] : https://github.com/ElementsProject/lightning/pull/8740
39+ [ #8769 ] : https://github.com/ElementsProject/lightning/pull/8769
40+ [ #8829 ] : https://github.com/ElementsProject/lightning/pull/8829
41+ [ #8779 ] : https://github.com/ElementsProject/lightning/pull/8779
42+ [ #8830 ] : https://github.com/ElementsProject/lightning/pull/8830
43+ [ 25.12.1 ] : https://github.com/ElementsProject/lightning/releases/tag/v25.12.1
44+
45+
746## [ 25.12] - 2025-12-04: "Boltz's Seamless Upgrade Experience"
847
948This release is named by @sangbida
0 commit comments