mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:37:59 +08:00
CHANGELOG
I really hate doing these as separate commits, but I hate it more when there's weird merge/revert conflicts when it's in the same commit.
This commit is contained in:
parent
37f7818bbb
commit
754a6da060
|
@ -15,6 +15,7 @@ Scripting improvements
|
|||
- ``path`` gained a new ``mtime`` command to print the modification time stamp for files. This can be used e.g. to handle cache file ages (:issue:`9057`).
|
||||
- ``string repeat`` no longer allocates the entire output at once, instead using chunks. This needs less memory and has less of a delay with long strings. Also it was possible to make fish crash by making it allocate more memory than the system had. (:issue:`9124`)
|
||||
- The read limit is now restored to the default when $fish_read_limit is unset (:issue:`9129`).
|
||||
- ``printf`` no longer tries to interpret the first argument as an option (:issue:`9132`).
|
||||
|
||||
Interactive improvements
|
||||
------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user