Changelog: mention changes to eval scoping

This commit is contained in:
Mahmoud Al-Qudsi 2019-04-11 11:55:12 -05:00
parent 87518a524f
commit b82fa187ea

View file

@ -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.