From 7304fdfffb6a08ce86b3608d8a125168cd099ed0 Mon Sep 17 00:00:00 2001 From: David Adam Date: Fri, 29 May 2026 23:55:34 +0800 Subject: [PATCH] CHANGELOG: log #7206 Closes #11909. --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8f482eb5c..cc1002e9b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,10 @@ Interactive improvements - ``bind`` shows the file where bindings were defined (:issue:`12504`). - Abbreviations with ``--position=anywhere`` can now be completed in argument position, not just in command position (:issue:`12630`). +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`). + For distributors and developers ------------------------------- - With the exception of the ``$CMAKE_INSTALL_PREFIX/share/fish/man`` directory, fish no longer installs files to ``$CMAKE_INSTALL_PREFIX/share/fish``.