change log for release candidate 1 to include 8690
What changed, and why it matters
This commit only edits the project's CHANGELOG.md file. It adds a one-line note that a bug fix for the `listpays` plugin was included in the release candidate, updates the release date, and adds a link to pull request #8690. There are no code changes and no security relevance in the diff itself.
No action needed for this commit. If reviewing the related fix, examine pull request #8690 separately.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only change to CHANGELOG.md. It updates the 25.12rc1 release date from 2025-11-20 to 2025-11-25 and adds an entry: ‘Plugins: listpays can be missing the bolt11 information in some cases where pay is used. ([#8690])’, plus the corresponding PR link. The actual fix for issue #8690 is not present in this commit.
Changed components
CHANGELOG.mdInspect captured patch +3 / −1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51d2c496..8c7eeaed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-## [25.12rc1] - 2025-11-20: "Boltz's Seamless Upgrade Experience"
+## [25.12rc1] - 2025-11-25: "Boltz's Seamless Upgrade Experience"
Release Candidate for Core Lightning v25.12
@@ -65,6 +65,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
- Offers: require peers for blinded paths to have `option_onion_messages`, due to reports of LND not forwarding our blinded payments correctly. ([#8682])
- Protocol: we now re-transmit unseen funding transactions on startup, for more robustness. ([#8546])
- Plugins: `askrene` now handles limits on number of htlcs much more gracefully. ([#8688])
+ - Plugins: `listpays` can be missing the bolt11 information in some cases where `pay` is used. ([#8690])
- Plugins: `bkpr_listincome` now honors `start\_time` and `end\_time` parameters for onchain fees. ([#8624])
- JSON-RPC: `autoclean-once` returns "uncleaned" number reflecting number of candidates which were too new to be cleaned, not all records we didn't delete. ([#8651])
- JSON-RPC: `invoice` no longer accepts 640-byte descriptions (it would produce malformed invoices). ([#8535])
@@ -96,6 +97,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
[#8646]: https://github.com/ElementsProject/lightning/pull/8646
[#8546]: https://github.com/ElementsProject/lightning/pull/8546
[#8692]: https://github.com/ElementsProject/lightning/pull/8692
+[#8690]: https://github.com/ElementsProject/lightning/pull/8690
[#8492]: https://github.com/ElementsProject/lightning/pull/8492
[#8608]: https://github.com/ElementsProject/lightning/pull/8608
[#8671]: https://github.com/ElementsProject/lightning/pull/8671
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.