-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3261ca
commit 5bd4e66
Showing
1 changed file
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,57 @@ | ||
## Bug Fixes | ||
# 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) | ||
- [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 | ||
|
||
* [Improved user experience](https://github.com/lightningnetwork/lnd/pull/9454) | ||
by returning a custom error code when HTLC carries incorrect custom records. | ||
|
||
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9459) where we | ||
would not cancel accepted HTLCs on AMP invoices if the whole invoice was | ||
canceled. | ||
|
||
# New Features | ||
|
||
## Functional Enhancements | ||
|
||
## RPC Additions | ||
|
||
## lncli Additions | ||
|
||
|
||
# Improvements | ||
## Functional Updates | ||
## RPC Updates | ||
|
||
## lncli Updates | ||
## Code Health | ||
## Breaking Changes | ||
## Performance Improvements | ||
|
||
# Technical and Architectural Updates | ||
## BOLT Spec Updates | ||
|
||
## Testing | ||
## Database | ||
## Code Health | ||
## Tooling and Documentation | ||
|
||
# Contributors (Alphabetical Order) | ||
|
||
* Ziggie | ||
* Ziggie |