mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
CHANGELOG: work on 3.7.1
This commit is contained in:
parent
9cebf5c9b6
commit
445fba4464
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,14 @@ This release also contains some improvements:
|
|||
- A crash when trying to run an ELF program with a missing interpreter has been fixed. This crashed in the process after fork, so did not affect the fish process that tried to start the program (:issue:`10199`).
|
||||
- ``funced`` will now always ``source`` the file after it has written it, even if the contents did not change. This prevents issues if the file was otherwise modified (:issue:`10318`).
|
||||
- The warning for when a builtin returns a negative exit code was improved, now mentioning the original status (:issue:`10187`).
|
||||
- Added completions for
|
||||
|
||||
- ``cobra-cli`` (:issue:`10293`)
|
||||
- ``dmidecode`` (:issue:`10368`)
|
||||
- ``mycli`` (:issue:`10309`)
|
||||
- ``ollama`` (:issue:`10327`)
|
||||
- ``pstree`` (:issue:`10317`)
|
||||
|
||||
- Some improvements to documentation and completions.
|
||||
|
||||
--------------
|
||||
|
|
Loading…
Reference in a new issue