mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
Changelog read -d and IFS changes
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
# fish 3.0b1
|
||||
This section is for changes merged to the `major` branch that are not also merged to 2.7.
|
||||
|
||||
## Deprecations
|
||||
- The `IFS` variable (#4156).
|
||||
|
||||
## Notable fixes and improvements
|
||||
- Local exported (`set -lx`) vars are now visible to functions (#1091).
|
||||
- `set x[1] x[2] a b` is no longer valid syntax (#4236).
|
||||
- `complete` now has a `-k`/`--keep-order` flag to keep the order of the OPTION_ARGUMENTS (#361).
|
||||
- A "--delimiter" option to `read` as a better alternative to the `IFS` variable (#4256).
|
||||
|
||||
## Other significant changes
|
||||
- `read` now requires at least one var name (#4220).
|
||||
|
||||
Reference in New Issue
Block a user