From c03d99e744316a4defe4e8ea950618cb4d04166f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 22 Dec 2023 06:20:38 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 36ac55a41..cb8cf5481 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -61,6 +61,8 @@ Detailed list of changes - macOS: Fix returning from full screen via the button when the titlebar is hidden not hiding the buttons (:iss:`6883`) +- macOS: Fix newly created OS windows not always appearing on the "active" monitor (:pull:`6932`) + - Font fallback: Fix the font used to render a character sometimes dependent on the order in which characters appear on screen (:iss:`6865`) - panel kitten: Fix rendering with non-zero margin.padding in kitty.conf (:iss:`6923`)