From 473240533b7299a05d04f3b6a7b284e692fb1b21 Mon Sep 17 00:00:00 2001 From: Abdullahi Yunus Date: Thu, 15 May 2025 22:29:54 +0100 Subject: [PATCH] docs: add release note --- docs/release-notes/release-notes-0.19.2.md | 65 ++++++++++++++++++++++ docs/release-notes/release-notes-0.20.0.md | 4 ++ 2 files changed, 69 insertions(+) create mode 100644 docs/release-notes/release-notes-0.19.2.md diff --git a/docs/release-notes/release-notes-0.19.2.md b/docs/release-notes/release-notes-0.19.2.md new file mode 100644 index 000000000..53fe69998 --- /dev/null +++ b/docs/release-notes/release-notes-0.19.2.md @@ -0,0 +1,65 @@ +# 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) + +# Bug Fixes + +# New Features + +## Functional Enhancements + +## RPC Additions + +* When querying +[`ForwardingEvents`](https://github.com/lightningnetwork/lnd/pull/9813) logs, +the response now include the incoming and outgoing htlc indices of the payment +circuit. The indices are only available for forwarding events saved after v0.20. + +## lncli Additions + +# Improvements + +## Functional Updates + +## RPC Updates + +## lncli Updates + +## Code Health + +## Breaking Changes + +## Performance Improvements + +## Deprecations + +# Technical and Architectural Updates + +## BOLT Spec Updates + +## Testing + +## Database + +## Code Health + +## Tooling and Documentation + +# Contributors (Alphabetical Order) +* Abdulkbk diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index 1ee2e05fa..4f261c7d4 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -25,6 +25,10 @@ ## Functional Enhancements ## RPC Additions +* When querying [`ForwardingEvents`](https://github.com/lightningnetwork/lnd/pull/9813) +logs, the response now include the incoming and outgoing htlc indices of the payment +circuit. The indices are only available for forwarding events saved after v0.20. + ## lncli Additions