mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 06:41:42 +08:00
fix typo in CHANGELOG
This commit is contained in:
parent
fb08fe5f47
commit
30db202c97
|
@ -2,12 +2,12 @@
|
|||
This section is for changes merged to the `major` branch that are not also merged to 2.7.
|
||||
|
||||
## Notable fixes and improvements
|
||||
- `read` now requires at least one var name (#4220).
|
||||
- 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` flag to keep the order of the OPTION_ARGUMENTS (#361).
|
||||
- `complete` now has a `-k`/`--keep-order` flag to keep the order of the OPTION_ARGUMENTS (#361).
|
||||
|
||||
## Other significant changes
|
||||
- `read` now requires at least one var name (#4220).
|
||||
|
||||
|
||||
# fish 2.7b1
|
||||
|
|
Loading…
Reference in New Issue
Block a user