From ff72080aac0263048b2a9906c34736b40994f6c2 Mon Sep 17 00:00:00 2001 From: Peter Ammon Date: Sun, 21 Jul 2024 19:20:46 -0700 Subject: [PATCH] Changelog fix for #10624 --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 85f110ed4..19798c405 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -201,6 +201,7 @@ Improved terminal support Other improvements ------------------ - ``fish_indent`` will now collapse multiple successive empty lines into one (:issue:`10325`). +- ``fish_indent`` now preserves the modification time of files if there were no changes (:issue:`10624`). - The HTML-based configuration UI (``fish_config``) now uses Alpine.js instead of AngularJS (:issue:`9554`). - ``fish_config`` now also works in a Windows MSYS environment (:issue:`10111`). - Performance and interactivity under WSLv1 and WSLv2 has been improved with a workaround for Windows-specific locations being appended to ``$PATH`` by default (:issue:`10506`).