From cc11ed5c2c6a42e8440760d773905adb554d2dbd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 21 Mar 2024 20:16:33 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 73e378e97..301e6560b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -50,6 +50,10 @@ Detailed list of changes 0.33.2 [future] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Wayland: Support fractional scales so that there is no wasted drawing at larger scale followed by resizing in the compositor + +- Wayland: Support preferred integer scales + - A new option :opt:`terminfo_type` to allow passing the terminfo database embedded into the :envvar:`TERMINFO` env var directly instead of via a file - Mouse reporting: Fix drag release event outside the window not being reported in legacy mouse reporting modes (:iss:`7244`)