Changelog fix for #10624

This commit is contained in:
Peter Ammon 2024-07-21 19:20:46 -07:00
parent 7308dbc7ad
commit ff72080aac
No known key found for this signature in database

View File

@ -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`).