changuelogue

This commit is contained in:
Fabian Homborg 2021-09-09 18:42:31 +02:00
parent 4046b4cedf
commit 40b40a4316

View File

@ -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
------------------------