mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
Format CHANGELOG.md
This commit is contained in:
parent
db671e8518
commit
65d4f1b74e
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
- fish_clipboard_* now supports wayland by means of [wl-clipboard](https://github.com/bugaevc/wl-clipboard).
|
||||
- mandoc can now be used to format the output from `--help` if nroff is not installed
|
||||
|
||||
|
||||
=======
|
||||
# fish 3.0.1
|
||||
|
||||
### Fixes and improvements
|
||||
|
@ -23,6 +25,7 @@
|
|||
- exec now behaves properly inside functions (#5449)
|
||||
- while loops now evaluate to the last executed command in the loop body (or zero if the body was empty), matching POSIX semantics.
|
||||
|
||||
|
||||
# fish 3.0.0 (released December 28, 2018)
|
||||
|
||||
fish 3 is a major release, which introduces some breaking changes alongside improved functionality. Although most existing scripts will continue to work, they should be reviewed against the list contained in the 3.0b1 release notes below.
|
||||
|
|
Loading…
Reference in a new issue