From a3dc18064f9b6a4cc86eb7c6c4c95bd4bf7ee0af Mon Sep 17 00:00:00 2001 From: Maccesch Date: Tue, 5 Dec 2023 23:35:07 +0000 Subject: [PATCH] udpated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaea869..30bc2db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `use_infinite_scroll` no longer calls the callback twice for the same event - `use_scroll` now uses `try_get_untracked` in the debounced callback to avoid panics if the context has been destroyed while the callback was waiting to be called. +- `use_idle` works properly now (no more idles too early). ## [0.8.2] - 2023-11-09