From 6f93fb22a4b6498203c7008c1bed6844c62d4bee Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 26 Sep 2024 00:52:36 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index aab0d9c33..b7590127c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -77,8 +77,11 @@ Detailed list of changes 0.36.4 [future] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Fix a regression in the previous release that caused window padding to be rendered opaque even when :opt:`background_opacity` is less than 1 (:iss:`7895`) + - Wayland GNOME: Fix a crash when using multiple monitors with different scales and starting on or moving to the monitor with lower scale (:iss:`7894`) + 0.36.3 [2024-09-25] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~