From 40b40a4316ba509181a3399f419548a8af1960f7 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 9 Sep 2021 18:42:31 +0200 Subject: [PATCH] changuelogue --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f4475b55a..42dbcdec9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -65,6 +65,7 @@ Scripting improvements - Running ``fish`` with a directory instead of a script as argument (e.g. ``fish .``) no longer leads to an infinite loop. Instead it errors out immediately (:issue:`8258`) - ``help`` now knows which section is in which document again (:issue:`8245`). - Some error messages occuring after fork, like "text file busy" have been replaced by bespoke error messages for fish. This also restores error messages with current glibc versions that removed sys_errlist (:issue:`8234`, :issue:`4183`). +- The ``realpath`` builtin now also squashes leading slashes with the ``--no-symlinks`` option (:issue:`8281`). Interactive improvements ------------------------