From db1500bfa4b236fc9c81da7e644a841401883596 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Tue, 6 Nov 2018 14:09:26 -0800 Subject: [PATCH] Update CHANGELOG.md Mention that dim/italics were made to work on macOS (ancient ncurses). --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c37bdae..40539c1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).