From 8ca79b2a8b476a6d836796053559264b09aac134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Szczygie=C5=82?= Date: Tue, 21 May 2024 14:43:57 +0300 Subject: [PATCH] Update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mateusz Szczygieł --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index cf15544..7b2d622 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ This means the whole API has changed. Even though semantics are the same the mechanism is now different and requires new implementation to use properly. * Split checksum events into finalize and verify * Add `base_dir` field in the `RequestQueued` event files +* Fix rare issue of missing receiver's in-progress events ---