changelog: update v26.06.1 release notes
What changed, and why it matters
This commit only updates the project's release notes in CHANGELOG.md. It documents that version 26.06.1 fixes a plugin registration problem and corrects the configuration option name for the new bwatch plugin. There are no code changes and no security issue is described.
No security action needed; this is a documentation-only changelog update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only edit to CHANGELOG.md. It adds the v26.06.1 release notes, which state that the point release fixes the bwatch plugin failing to register on startup after make install (PR #9192), and updates the v26.06 entry to say the plugin is enabled with experimental-bwatch instead of plugin=bwatch. No source code, build scripts, or configuration logic is modified.
Changed components
CHANGELOG.mdInspect captured patch +13 / −1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff29d61c..50679f09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +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.1] - 2026-06-05: "Qantum-Resistant Lightning Channel II"
+
+This point release is recommended: it fixes the bwatch plugin failure at registration
+
+### Fixed
+
+- Plugins: bwatch failed to register on startup after make install ([#9192])
+
+[(#9192)]: https://github.com/ElementsProject/lightning/pull/9192
+[26.06.1]: https://github.com/ElementsProject/lightning/releases/tag/v26.06.1
+
+
## [26.06] - 2026-06-01: "Quantum-Resistant Lightning Channel"
This release was named by @enaples.
@@ -75,7 +87,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
- JSON-RPC: `createproof` to create a payment proof for a (successful) BOLT12 payment. ([#9116])
- JSON-RPC: `decode` now supports the `lnp` payer proof format. ([#9116])
- - Plugins: `bwatch` plugin (enable using `plugin=bwatch`) ([#9098])
+ - Plugins: `bwatch` plugin (enable using `experimental-bwatch`) ([#9098])
[#9101]: https://github.com/ElementsProject/lightning/pull/9101
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.