From d226e82f68745e66db45f58292a2174cb906d52a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 19 Jun 2022 09:39:40 +0530 Subject: [PATCH] It is only possible to not have an OS Window on macOS --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 447cf224d..0037410e5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -47,7 +47,7 @@ Detailed list of changes - Fix horizontal wheel events not being reported to client programs when they grab the mouse (:iss:`2819`) -- Remote control: Fix unable to launch a new OS window or background process when there is no OS window (:iss:`5210`) +- macOS: Remote control: Fix unable to launch a new OS window or background process when there is no OS window (:iss:`5210`) 0.25.2 [2022-06-07]