From 3483c615f8aee59715c75325750d73809b923b50 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 14 Sep 2025 13:13:17 +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 1e9254b5b..5b21ff8b5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -122,6 +122,8 @@ Detailed list of changes - New support for creating and switching to :doc:`sessions` easily, allowing users to define and use sessions/projects efficiently +- Add a configurable :opt:`scrollbar` for the kitty scrollback (:pull:`8945`) + - macOS: Allow the window title bar to be semi-transparent when :opt:`background_opacity` is less than one and :opt:`macos_titlebar_color` is set to ``background`` (:pull:`8906`)