Skip to content

Commit 708fe3c

Browse files
authored
update documentation
1 parent 1ca43d7 commit 708fe3c

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
that would occur when an attempt was made to write a backup file for a channel
2525
peer that has advertised an address that we do not yet know how to parse.
2626

27+
- Fixed [a case](https://github.com/lightningnetwork/lnd/pull/9854) where the
28+
`BumpFee` doesn't give an error response.
29+
2730
# New Features
2831

2932
## Functional Enhancements
@@ -42,6 +45,7 @@
4245
## Code Health
4346

4447
## Breaking Changes
48+
4549
## Performance Improvements
4650

4751
## Deprecations
@@ -78,3 +82,4 @@
7882
# Contributors (Alphabetical Order)
7983

8084
* Elle Mouton
85+
* Yong Yu
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
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+
# New Features
24+
25+
## Functional Enhancements
26+
27+
## RPC Additions
28+
29+
## lncli Additions
30+
31+
# Improvements
32+
33+
## Functional Updates
34+
35+
## RPC Updates
36+
37+
## lncli Updates
38+
39+
## Code Health
40+
41+
## Breaking Changes
42+
43+
## Performance Improvements
44+
45+
## Deprecations
46+
47+
# Technical and Architectural Updates
48+
49+
## BOLT Spec Updates
50+
51+
## Testing
52+
53+
## Database
54+
55+
## Code Health
56+
57+
## Tooling and Documentation
58+
59+
# Contributors (Alphabetical Order)

0 commit comments

Comments
 (0)