Changelog fix for #12700

This commit is contained in:
Peter Ammon
2026-06-11 22:29:45 -07:00
parent d13ab22a27
commit 077d58d0d8

View File

@@ -17,6 +17,7 @@ Interactive improvements
Other improvements
------------------
- ``cd`` supports the ``-L`` and ``-P`` options, like other shells, to allow specifying whether symbolic links (symlinks) are resolved when changing directories (:issue:`7206`).
- ``cd`` with a relative path will now retry using the real current directory, if ``$PWD`` has been moved or deleted (:issue:`12700`).
- fish no longer creates universal variables by default; specifically the ``__fish_initialized`` variable is no longer created.
If you don't expect to need to downgrade to earlier versions, you can remove it with ``set --erase __fish_initialized``.