Skip to content

Commit d807b27

Browse files
Merge pull request #854 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 5e13afe + e9eef6a commit d807b27

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Release Notes
2+
- [Bug Fixes](#bug-fixes)
3+
- [New Features](#new-features)
4+
- [Functional Enhancements](#functional-enhancements)
5+
- [RPC Additions](#rpc-additions)
6+
- [lncli Additions](#lncli-additions)
7+
- [Improvements](#improvements)
8+
- [Functional Updates](#functional-updates)
9+
- [RPC Updates](#rpc-updates)
10+
- [lncli Updates](#lncli-updates)
11+
- [Breaking Changes](#breaking-changes)
12+
- [Performance Improvements](#performance-improvements)
13+
- [Deprecations](#deprecations)
14+
- [Technical and Architectural Updates](#technical-and-architectural-updates)
15+
- [BOLT Spec Updates](#bolt-spec-updates)
16+
- [Testing](#testing)
17+
- [Database](#database)
18+
- [Code Health](#code-health)
19+
- [Tooling and Documentation](#tooling-and-documentation)
20+
21+
# Bug Fixes
22+
23+
- [Use](https://github.com/lightningnetwork/lnd/pull/9889) `BigSizeT` instead of
24+
`uint16` for the htlc index that's used in the revocation log.
25+
26+
# New Features
27+
28+
## Functional Enhancements
29+
30+
## RPC Additions
31+
32+
## lncli Additions
33+
34+
# Improvements
35+
36+
## Functional Updates
37+
38+
## RPC Updates
39+
40+
## lncli Updates
41+
42+
## Code Health
43+
44+
## Breaking Changes
45+
46+
## Performance Improvements
47+
48+
## Deprecations
49+
50+
# Technical and Architectural Updates
51+
52+
## BOLT Spec Updates
53+
54+
## Testing
55+
56+
## Database
57+
58+
## Code Health
59+
60+
## Tooling and Documentation
61+
62+
# Contributors (Alphabetical Order)
63+
64+
* Yong Yu

docs/lnd/release-notes/release-notes-0.20.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
## Functional Enhancements
2626

2727
## RPC Additions
28+
* When querying [`ForwardingEvents`](https://github.com/lightningnetwork/lnd/pull/9813)
29+
logs, the response now include the incoming and outgoing htlc indices of the payment
30+
circuit. The indices are only available for forwarding events saved after v0.20.
31+
2832

2933
* The `lncli addinvoice --blind` command now has the option to include a
3034
[chained channels](https://github.com/lightningnetwork/lnd/pull/9127)
@@ -94,4 +98,5 @@
9498

9599
# Contributors (Alphabetical Order)
96100

101+
* Abdulkbk
97102
Pins

0 commit comments

Comments
 (0)