From 65fadf4ed304cf837f915626c2545dc9801aba00 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 7 Apr 2024 09:04:23 +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 e5ace9dc9..1abf61981 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -61,6 +61,8 @@ Detailed list of changes - Wayland KDE: Support :opt:`background_blur` +- Wayland GNOME: The window titlebar now has buttons to minimize/maximize/close the window + - Wayland GNOME: The window titlebar color now follows the system light/dark color scheme preference, see :opt:`wayland_titlebar_color` - Wayland KDE: Fix mouse cursor hiding not working in Plasma 6 (:iss:`7265`)