From f219b10c3081c64c51c3acf6700d73cebb936beb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 14 Feb 2022 07:19:54 +0530 Subject: [PATCH] Changelog entry for previous PR --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0bdff64d5..499a8f42e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -133,6 +133,8 @@ Detailed list of changes - Wayland: Fix wheel mice with line based scrolling being incorrectly handled as high precision devices (:iss:`4694`) +- Wayland: Fix touchpads and high resolution wheels not scrolling at the same speed on monitors with different scales (:iss:`4703`) + 0.24.2 [2022-02-03] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~