Skip to content

Commit 6f60e22

Browse files
committed
v25.02.1: CHANGELOG update.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent f3bc3f3 commit 6f60e22

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [25.02.1] - 2025-03-04: "Onion Packet Filler Accreditation II"
7+
8+
Important fixes for bugs in v25.02.
9+
10+
### Fixed
11+
12+
- wallet: we could miss our own returned outputs on mutual closes if peer doesn't support option_shutdown_anysegwit ([#8175])
13+
- wallet: rescan for missing close outputs in case above bug happened ([#8175])
14+
- lightningd: incorrect spamming of log and potential crash on testnet case of duplicate HTLCs and slow closing. ([#8192])
15+
- Protocol: Egregious anchor fee paid for unilateral close txs due to HTLC timeouts; it's not as urgent as our code made out! ([#8190])
16+
- lightningd: occasional crash on bitcoind callback. ([#8186])
17+
- autoclean/chanbackup: fixed tracepoint crash on large number of requests. ([#8188])
18+
- `topology` crash on invoice creation if a peer had a really high feerate. ([#8187])
19+
20+
[#8186]: https://github.com/ElementsProject/lightning/pull/8186
21+
[#8192]: https://github.com/ElementsProject/lightning/pull/8192
22+
[#8187]: https://github.com/ElementsProject/lightning/pull/8187
23+
[#8190]: https://github.com/ElementsProject/lightning/pull/8190
24+
[#8175]: https://github.com/ElementsProject/lightning/pull/8175
25+
[#8188]: https://github.com/ElementsProject/lightning/pull/8188
26+
[25.02.1]: https://github.com/ElementsProject/lightning/releases/tag/v25.02.1
27+
628
## [25.02] - 2025-03-04: "Onion Packet Filler Accreditation"
729

830
This release named by @s373nZ.

0 commit comments

Comments
 (0)