What changed, and why it matters
This commit only edits the project's changelog. It corrects the nicknames of two prior releases (changing Roman numeral III to II and II to I) and updates the pull-request reference numbers for a previously released fix about including root certificates. No program code is changed, so this cannot introduce or fix any security vulnerability by itself.
No security action needed. Treat as a normal documentation cleanup commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to CHANGELOG.md. It renames release titles for v26.06.2 and v26.06.1, and for v26.04.2 and v26.04.1, and swaps cited PR numbers from #9252/#9251 to #9255. There are no source-code, build-system, or configuration modifications. The referenced fix (cln-currencyrate root certificates) is already described in the changelog as a prior release item; this commit merely documents it differently.
Changed components
Inspect captured patch +8 / −8
diff --git a/CHANGELOG.md b/CHANGELOG.md
index efdce2fe..2226f733 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,18 +4,18 @@ 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/).
-## [26.06.2] - 2026-06-24: "Qantum-Resistant Lightning Channel III"
+## [26.06.2] - 2026-06-24: "Qantum-Resistant Lightning Channel II"
This point release if recommended for all minimal OS setups, including docker images, that have no root certificates for TLS installed.
### Fixed
- - cln-currencyrate: include root certificates to fix the `builder error` on OS's without root certificates. ([#9252])
+ - cln-currencyrate: include root certificates to fix the `builder error` on OS's without root certificates. ([#9255])
-[#9252]: https://github.com/ElementsProject/lightning/pull/9252
+[#9255]: https://github.com/ElementsProject/lightning/pull/9255
[26.06.2]: https://github.com/ElementsProject/lightning/releases/tag/v26.06.2
-## [26.06.1] - 2026-06-05: "Qantum-Resistant Lightning Channel II"
+## [26.06.1] - 2026-06-05: "Qantum-Resistant Lightning Channel I"
This point release is recommended: it fixes the bwatch plugin failure at registration
@@ -126,18 +126,18 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
[#9136]: https://github.com/ElementsProject/lightning/pull/9136
[26.06]: https://github.com/ElementsProject/lightning/releases/tag/v26.06
-## [26.04.2] - 2026-06-24: "Negative Routing Fees III"
+## [26.04.2] - 2026-06-24: "Negative Routing Fees II"
This point release if recommended for all minimal OS setups, including docker images, that have no root certificates for TLS installed.
### Fixed
- - cln-currencyrate: include root certificates to fix the `builder error` on OS's without root certificates. ([9251])
+ - cln-currencyrate: include root certificates to fix the `builder error` on OS's without root certificates. ([9255])
-[#9251]: https://github.com/ElementsProject/lightning/pull/9251
+[#9255]: https://github.com/ElementsProject/lightning/pull/9255
[26.04.2]: https://github.com/ElementsProject/lightning/releases/tag/v26.04.2
-## [26.04.1] - 2026-04-25: "Negative Routing Fees II"
+## [26.04.1] - 2026-04-25: "Negative Routing Fees I"
This point release is recommended: it fixes a build failure in some environments and a gossip protocol issue.
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.