From 1dc7cfabb60619683ba144ef6a99d73e563749e1 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 13 May 2024 11:34:29 +1000 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e198213..1e824e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ ## 6.0.1 -- Fixed race condition in search related fibers that were put in place - for asynchronous search since 4.0.0, where deadlock may occur - when waiting for cancellation acknowledgement +- Fixed random UI freezes when updating search field + + - This is due to a race condition in the search cancellation mechanism that + may cause UI fiber to starve and wait forever for a cancellation + acknowledgement + + - This mechanism was put in place for asynchronous search since 4.0.0 - As usual with race conditions, this only manifests under some specific timing by chance