From 4c38354f019bf063b87c9c46c49c781ec46533fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Sun, 10 Sep 2023 11:50:59 +0200 Subject: [PATCH] Update Changelog Co-authored-by: Daira Emma Hopwood --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c964a5e7..91f381fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ ### Fixed - `Synchronizer.getMemos()` now correctly returns a flow of strings for sent and received transactions. Issue **#1154**. - `CompactBlockProcessor` now triggers transaction polling while block synchronization is in progress as expected. - Clients will be notified briefly after every new transaction is discovered via `Synchronizer.transactions` API. + Clients will be notified shortly after every new transaction is discovered via `Synchronizer.transactions` API. Issue **#1170**. ## 1.21.0-beta01