From f25d5a0f52269d32dc7b5f2e21771e550fbb6d23 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 21 Aug 2016 17:15:57 +0200 Subject: [PATCH] CHANGELOG 3, electric jamboree --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed9e46ba..df25bd868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,18 +3,23 @@ - The clipboard integration has been revamped with explicit bindings. OS X clipboard support provided for out of the box in addition to X11. (#3061) - Vi-style bindings no longer build upon the default emacs-style bindings, instead they share some definitions (#3068). - Fish will now try to set the locale when it doesn't inherit one by reading system configuration (#277) +- A number followed by a caret is no longer treated as a redirection (#1873) ## Notable fixes and improvements - Completions that don't match the prefix will no longer expand to a common prefix (#3090) - Suggestions will be offered more often, like after removing characters (#3069) - The argument handling for the `history` function has been revamped (#3293, #3224, #3220, #3182) +- Improved argument handling for the `abbr` function (#2997, #3267) - `history --merge` now correctly interleaves items in chronological order (#2312) - `history` gained a new "--with-time" ("-t") option to show timestamps (#3175) - The "-d" option to `fish_indent` was removed (#3191) - A bug where fish would sometimes hang using 100% CPU in the C locale (#3214) - Fish now uses the $TZ variable for its idea of localtime (#3181) - Some performance improvments to the git prompt (#3294, 3083) +- Working completion after an escaped space character (#2447) +- Less output to fish's build (#3248) - Some additions or fixes to the completions for `brew` (#3309), `git` (#3274, #3226, #3225, #3094, #3087, #3035, #3021, #2982), `aura` (#3297) + --- # fish 2.3.1 (released July 3, 2016)