diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 6f91a8fc87..7349f33fa1 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -222,6 +222,9 @@ The underlying functionality between those two options remain the same. `channeldb` package](https://github.com/lightningnetwork/lnd/pull/9236) and into the `graph/db` package. +* [Update protofsm StateMachine] to use the new GoroutineManager API along with + structured logging. + ## Tooling and Documentation * [Improved `lncli create` command help text](https://github.com/lightningnetwork/lnd/pull/9077)