From c6836d777e92c5d5a07aeb84d7f243c35144744b Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Sat, 25 Nov 2023 07:23:37 +0800 Subject: [PATCH] docs: add release notes for `v0.17.3` --- docs/release-notes/release-notes-0.17.3.md | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 docs/release-notes/release-notes-0.17.3.md diff --git a/docs/release-notes/release-notes-0.17.3.md b/docs/release-notes/release-notes-0.17.3.md new file mode 100644 index 000000000..b00a5d6f7 --- /dev/null +++ b/docs/release-notes/release-notes-0.17.3.md @@ -0,0 +1,47 @@ +# 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 + +* [Replaced](https://github.com/lightningnetwork/lnd/pull/8224) + `musig2Sessions` with a `SyncMap` used in `input` package to avoid concurrent + write to this map. + +# 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) +* Yong Yu