From 3376b957216c9b69b0089c17884e8ebc41892911 Mon Sep 17 00:00:00 2001 From: Eng Zer Jun Date: Mon, 27 Jan 2025 00:48:18 +0800 Subject: [PATCH] docs: add release note for #9451 Signed-off-by: Eng Zer Jun --- docs/release-notes/release-notes-0.19.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index fb1a6ebf36..8c9b2140b3 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -291,6 +291,9 @@ The underlying functionality between those two options remain the same. StateMachine](https://github.com/lightningnetwork/lnd/pull/9342) to use the new GoroutineManager API along with structured logging. +* A code refactor that [replaces min/max helpers with built-in min/max + functions](https://github.com/lightningnetwork/lnd/pull/9451). + ## Tooling and Documentation * [Improved `lncli create` command help text](https://github.com/lightningnetwork/lnd/pull/9077)