From 622f12b84ec2aa5a63946d3a0718a5939801c59c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 1 Jun 2020 21:26:18 +0530 Subject: [PATCH] Add a changelog entry for wayland hidpi cursors --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a9b399701..58acd2dd5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -32,6 +32,8 @@ To update |kitty|, :doc:`follow the instructions `. - Add support for the CSI REP escape code (:pull:`2702`) +- Wayland: Fix mouse cursor rendering on HiDPI screens (:pull:`2709`) + 0.17.4 [2020-05-09] --------------------