From e8cc3803cadf00842019b8d5f7399916350baac0 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 14 Jul 2022 13:47:29 +0800 Subject: [PATCH] CHANGELOG: work on 3.5.1 --- CHANGELOG.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b8a9d45e2..361278139 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,9 +5,13 @@ This release of fish introduces the following small enhancements: - Cursor shaping for Vi mode is enabled by default in tmux, and will be used if the outer terminal is capable (:issue:`8981`). - ``printf`` returns a better error when used with arguments interpreted as octal numbers (:issue:`9035`). -- New completions for ``qdbus`` (:issue:`9031:`) and ``reflector`` (:issue:`9027`), and improvements to some completions. - ``history merge`` when in private mode is now an error, rather than wiping out other sessions' history (:issue:`9050`). - The error message when launching a command that is built for the wrong architecture on macOS is more helpful (:issue:`9052`). +- Added completions for: + - ``expect`` (:issue:`9060`) + - ``qdbus`` (:issue:`9031`) + - ``reflector`` (:issue:`9027`) +- Improvements to some completions. This release also fixes a number of problems identified in fish 3.5.0.