What changed, and why it matters
This commit only adds a new release notes document for version 0.20.1. It contains no code changes and does not alter how the software behaves. The document is mostly a template with empty sections and one bug-fix note describing a routing issue that was fixed in a separate pull request.
No security action is needed for this documentation-only commit. Review the separately merged PR #10378 if you want to assess the security relevance of the routing bug fix it describes.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff creates docs/release-notes/release-notes-0.20.1.md, a 61-line Markdown file. It is a standard release-notes template with headings for bug fixes, new features, improvements, technical updates, and contributors. The only substantive content is a single bullet under Bug Fixes referencing PR #10378 about disabled channel policies at startup. No source code, build scripts, tests, RPC definitions, or configuration files are modified.
Changed components
Inspect captured patch +61 / −0
diff --git a/docs/release-notes/release-notes-0.20.1.md b/docs/release-notes/release-notes-0.20.1.md
new file mode 100644
index 0000000..1963db6
--- /dev/null
+++ b/docs/release-notes/release-notes-0.20.1.md
@@ -0,0 +1,61 @@
+# Release Notes
+- [Bug Fixes](#bug-fixes)
+- [New Features](#new-features)
+ - [Functional Enhancements](#functional-enhancements)
+ - [RPC Additions](#rpc-additions)
+ - [lncli Additions](#lncli-additions)
+- [Improvements](#improvements)
+ - [Functional Updates](#functional-updates)
+ - [RPC Updates](#rpc-updates)
+ - [lncli Updates](#lncli-updates)
+ - [Breaking Changes](#breaking-changes)
+ - [Performance Improvements](#performance-improvements)
+ - [Deprecations](#deprecations)
+- [Technical and Architectural Updates](#technical-and-architectural-updates)
+ - [BOLT Spec Updates](#bolt-spec-updates)
+ - [Testing](#testing)
+ - [Database](#database)
+ - [Code Health](#code-health)
+ - [Tooling and Documentation](#tooling-and-documentation)
+- [Contributors (Alphabetical Order)](#contributors)
+
+# Bug Fixes
+
+* Fix bug where channels with both [policies disabled at startup could never
+ be used for routing](https://github.com/lightningnetwork/lnd/pull/10378)
+
+# New Features
+
+## Functional Enhancements
+
+## RPC Additions
+
+## lncli Additions
+
+# Improvements
+## Functional Updates
+
+## RPC Updates
+
+## lncli Updates
+
+## Breaking Changes
+
+## Performance Improvements
+
+## Deprecations
+
+# Technical and Architectural Updates
+## BOLT Spec Updates
+
+## Testing
+
+## Database
+
+## Code Health
+
+## Tooling and Documentation
+
+# Contributors (Alphabetical Order)
+
+* Ziggie
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.