From 2dbeb151f3919325b5ca77c38db5e591da1e9944 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 29 Nov 2020 12:04:52 +0530 Subject: [PATCH] Changelog entry for traditional fullscreen on Big Sur --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 45ab3f723..9b157f2cf 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -29,6 +29,9 @@ To update |kitty|, :doc:`follow the instructions `. - Graphics protocol: Dont return filename in the error message when opening file fails, since filenames can contain control characters (:iss:`3128`) +- macOS: Partial fix for traditional fullscreen not working on Big Sur + (:iss:`3100`) + 0.19.2 [2020-11-13] -------------------