From 5a1b5b0229e768032e0c5c86b52ccb038934f6c8 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Fri, 21 Jan 2022 08:00:03 -0800 Subject: [PATCH] Update pending changelog from #7607. (#7666) --- CHANGELOG_PENDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 70b7859a9..4d563d742 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -39,7 +39,7 @@ Special thanks to external contributors on this release: - [p2p] \#7064 Remove WDRR queue implementation. (@tychoish) - [config] \#7169 `WriteConfigFile` now returns an error. (@tychoish) - [libs/service] \#7288 Remove SetLogger method on `service.Service` interface. (@tychoish) - + - [abci/client] \#7607 Simplify client interface (removes most "async" methods). (@creachadair) - Blockchain Protocol