mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Changelog read -d
and IFS changes
This commit is contained in:
parent
b1866b18dc
commit
f2724da45c
1 changed files with 4 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue