mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
CHANGELOG: 3.0.1 verbiage
This commit is contained in:
parent
5f7adb3c69
commit
b6aafda139
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
<<<<<<< HEAD
|
||||
# fish 3.0.1
|
||||
|
||||
This release of fish fixes a number of major issues discovered in fish 3.0.0.
|
||||
|
||||
### Fixes and improvements
|
||||
|
||||
- exec now behaves properly inside functions (#5449)
|
||||
|
@ -7,6 +10,9 @@
|
|||
- `read --silent` no longer echoes to the tty when run from a non-interactive script (#5519)
|
||||
- (macOS only) /etc/paths and /etc/paths.d now correctly set path entries with spaces. Also affects MANPATH. (#5481)
|
||||
|
||||
If you are upgrading from version 2.7.1 or before, please also review the release notes for 3.0.0 and 3.0b1 (included below).
|
||||
|
||||
---
|
||||
|
||||
# fish 3.0.0 (released December 28, 2018)
|
||||
|
||||
|
|
Loading…
Reference in a new issue