From b6c34d91ec774342b6e426fd47cbdfccd949c444 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 22 Jun 2023 23:01:53 +0400 Subject: [PATCH] hello --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc18fcb2b..e00c179a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased +- On Wayland, use frame callbacks to throttle `RedrawRequested` events so redraws will align with compositor. - Add `Window::on_present_notify` to notify winit about presenting to the windowing system. - On Android, changed default behavior of Android to ignore volume keys letting the operating system handle them. - On Android, added `EventLoopBuilderExtAndroid::handle_volume_keys` to indicate that the application will handle the volume keys manually.