mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-28 04:35:09 +00:00
Changelog: Mention new set -eglU
support
This commit is contained in:
parent
994049d33b
commit
f122eb666b
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ Notable improvements and fixes
|
||||||
for a,b in y 1 z 3
|
for a,b in y 1 z 3
|
||||||
^~^
|
^~^
|
||||||
- A new helper function ``fish_delta`` can be used to show the difference to fish's stock configuration (:issue:`9255`).
|
- A new helper function ``fish_delta`` can be used to show the difference to fish's stock configuration (:issue:`9255`).
|
||||||
|
- It is now possible to specify multiple scopes for ``set -e`` and all of the named variables present in any of the specified scopes will be erased. This makes it possible to remove all instances of a variable in all scopes (``set -efglU foo``) in one go (:issue:`7711`).
|
||||||
|
|
||||||
|
=======
|
||||||
|
|
||||||
Deprecations and removed features
|
Deprecations and removed features
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
Loading…
Reference in a new issue