Format CHANGELOG.md

This commit is contained in:
wyahiro 2019-01-21 16:35:48 +09:00
parent db671e8518
commit 65d4f1b74e

View file

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