mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
document first two fish 3.0 changes
This commit is contained in:
parent
427b8f5c52
commit
23c296f8d5
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
# fish 3.0b1
|
||||
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).
|
||||
|
||||
## Other significant changes
|
||||
|
||||
|
||||
# fish 2.7b1
|
||||
|
||||
## Notable fixes and improvements
|
||||
|
|
Loading…
Reference in a new issue