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)