From ccd2ca88d4e952e64c7517759ac5c45da95d53cb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 25 Oct 2024 20:02:54 +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 e86e798e9..5bd457518 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -89,6 +89,8 @@ Detailed list of changes - Fix resizing window when alternate screen is active does not preserve trailing blank output line in the main screen (:iss:`7978`) +- Wayland: Fix :opt:`background_opacity` less than one causing flicker on startup when the Wayland compositor supports single pixel buffers (:iss:`7987`) + 0.36.4 [2024-09-27] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~