From 9dfe10b68286102a7cffb32161c1998f3e6d6b1c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 19 Jun 2026 10:13:58 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 43fab6b9f..9b5349f36 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -178,11 +178,11 @@ Detailed list of changes - kitten @ get-text: Add support for :code:`alternate` and :code:`alternate_scrollback` extents to fetch text from the alternate screen buffer (:iss:`10165`) +- Wayland: Fix first OS window being a few cells too small when :opt:`initial_window_width`/:opt:`initial_window_height` are set in cells and a fractional display scale is in use (:iss:`10146`) + 0.47.4 [2026-06-15] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Wayland: Fix first OS window being a few cells too small when :opt:`initial_window_width`/:opt:`initial_window_height` are set in cells and a fractional display scale is in use (:iss:`10146`) - - Linux: Fix a regression in the previous release that broke rendering of bitmap color fonts (:pull:`10145`) - Linux: Allow fake italics defined via a matrix in fontconfig settings to work for fonts like Fira Code that do not ship with an italic face (:pull:`10120`)