mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Changelog: mention changes to eval
scoping
This commit is contained in:
parent
87518a524f
commit
b82fa187ea
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
- cd now always checks the current directory, even if $CDPATH does not include it or "." (#4484).
|
||||
- Error messages no longer include a (rather large) help summary and the stacktrace has been shortened (#3404, #5434).
|
||||
- $PATH is no longer reordered in child fishes (#5456).
|
||||
- `eval` is now implemented internally rather than being a function; as such, the evaluated code now
|
||||
shares the same argument scope as `eval` rather than being executed in a new scope (#4443).
|
||||
|
||||
### Syntax changes and new commands
|
||||
- None yet.
|
||||
|
|
Loading…
Reference in a new issue