document first two fish 3.0 changes

This commit is contained in:
Kurtis Rader 2017-07-20 18:24:42 -07:00
parent 427b8f5c52
commit 23c296f8d5

View file

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