From db621d8f7ad3c9db509622538e900ccf01da1970 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 2 Nov 2025 22:13:39 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2ea8c694f..34aae8842 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -202,8 +202,9 @@ Detailed list of changes - Add ``state:focused_os_window`` match query to select all windows in the currently focused OS window (:ref:`search_syntax`) -- Session saving now automatically preserves which tab is active in each OS - window by adding a ``focus_tab`` command to saved session files +- Session saving now preserves visual tab order and active tab rather than tab + activation history as this is generally more important. In the future may + have it save tab history as well (:pull:`9163`) 0.43.1 [2025-10-01] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~