Update CHANGELOG.md

Mention that dim/italics were made to work on macOS (ancient ncurses).
This commit is contained in:
Aaron Gyes 2018-11-06 14:09:26 -08:00 committed by GitHub
parent 4d4227e57f
commit db1500bfa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,7 @@ fish 3.0 is a major release which brings with it both improvements in functional
- Slicing $history (in particular, `$history[1]` for the last executed command) is much faster.
### Interactive improvements and completions
- Italics and dim support out of the box on macOS for Terminal.app and iTerm (#4436).
- `cd` tab completions no longer descend into the deepest unambiguous path (#4649).
- `sudo` completions now provide completions for the target of the sudo command.
- Pager navigation has been improved. Most notably, moving down now wraps around, moving up from the commandline now jumps to the last element and moving right and left now reverse each other even when wrapping around (#4680).