mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-26 13:42:49 +02:00
docs: add release note
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
768911c46f
commit
473240533b
65
docs/release-notes/release-notes-0.19.2.md
Normal file
65
docs/release-notes/release-notes-0.19.2.md
Normal file
@@ -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
|
@@ -25,6 +25,10 @@
|
|||||||
## Functional Enhancements
|
## Functional Enhancements
|
||||||
|
|
||||||
## RPC Additions
|
## 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
|
## lncli Additions
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user