CHANGELOG.md: fix header format for rc1
What changed, and why it matters
This commit is a trivial formatting fix in the project's changelog. It changes the heading style for a release candidate entry from '## v25.12rc1' to '## [25.12rc1]' to match the Keep a Changelog format. There is no code change and no security relevance.
No action required. This is a documentation-only formatting change with no security impact.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies a single line in CHANGELOG.md, adjusting the markdown header format for the v25.12rc1 release notes. No source code, build scripts, tests, documentation with security implications, or configuration files are touched.
Changed components
CHANGELOG.mdInspect captured patch +1 / −1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc35cb14..51d2c496 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/).
-## v25.12rc1 - 2025-11-20: "Boltz's Seamless Upgrade Experience"
+## [25.12rc1] - 2025-11-20: "Boltz's Seamless Upgrade Experience"
Release Candidate for Core Lightning v25.12
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.