mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 15:05:27 +08:00
Relnote ending support for Mac OS 10.9
Mac OS 10.9 does not have the fstatat function which fish started calling in commit 71a0d839a7d642. Let's end support for 10.9, which was released in 2013.
This commit is contained in:
parent
cb5a3fd9a1
commit
83799228fe
@ -29,6 +29,7 @@ Deprecations and removed features
|
||||
|
||||
- ``$status`` is now forbidden as a command, to prevent a surprisingly common error among new users: Running ``if $status`` (:issue:`8171`). This applies *only* to ``$status``, other variables are still allowed.
|
||||
- ``set --query`` now returns a falsy status of 255 if given no variable names. This means ``if set -q $foo`` will not enter the if-block if ``$foo`` is empty or unset. To restore the previous behavior you would use something like ``if not set -q foo; or set -q $foo``. We do not expect anyone to have used this on purpose, any places this happens are almost certainly buggy (:issue:`8214`).
|
||||
- Mac OS X 10.9 is no longer supported. The minimum Mac version is now 10.10 "Yosemite."
|
||||
|
||||
Scripting improvements
|
||||
----------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user