udpated changelog

This commit is contained in:
Maccesch 2023-12-05 23:35:07 +00:00
parent 68116b8791
commit a3dc18064f

View file

@ -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