From 6d81e2b8a47a7618dfc15b9c87dd9a08975ff72d Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 21 Aug 2016 17:08:45 +0200 Subject: [PATCH] More CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2830e728..8ed9e46ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - Fish will now try to set the locale when it doesn't inherit one by reading system configuration (#277) ## 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) - `history --merge` now correctly interleaves items in chronological order (#2312) - `history` gained a new "--with-time" ("-t") option to show timestamps (#3175)