docs: update release notes

This commit is contained in:
Slyghtning 2023-11-08 09:48:36 +01:00
parent 8c04c1e7ce
commit dd49c0175a
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF

View file

@ -11,6 +11,7 @@
- [Code Health](#code-health) - [Code Health](#code-health)
- [Breaking Changes](#breaking-changes) - [Breaking Changes](#breaking-changes)
- [Performance Improvements](#performance-improvements) - [Performance Improvements](#performance-improvements)
- [Misc](#misc)
- [Technical and Architectural Updates](#technical-and-architectural-updates) - [Technical and Architectural Updates](#technical-and-architectural-updates)
- [BOLT Spec Updates](#bolt-spec-updates) - [BOLT Spec Updates](#bolt-spec-updates)
- [Testing](#testing) - [Testing](#testing)
@ -65,6 +66,12 @@
* [Bool was added](https://github.com/lightningnetwork/lnd/pull/8057) to the * [Bool was added](https://github.com/lightningnetwork/lnd/pull/8057) to the
primitive type of the tlv package. primitive type of the tlv package.
## Misc
### Logging
* [Add the htlc amount](https://github.com/lightningnetwork/lnd/pull/8156) to
contract court logs in case of timed-out htlcs in order to easily spot dust
outputs.
## RPC Updates ## RPC Updates
* [Deprecated](https://github.com/lightningnetwork/lnd/pull/7175) * [Deprecated](https://github.com/lightningnetwork/lnd/pull/7175)
@ -114,6 +121,7 @@
* Elle Mouton * Elle Mouton
* Keagan McClelland * Keagan McClelland
* Matt Morehouse * Matt Morehouse
* Slyghtning
* Turtle * Turtle
* Ononiwu Maureen Chiamaka * Ononiwu Maureen Chiamaka
* Yong Yu * Yong Yu