From 9f83155fca68fa58c98d95300c87f81d6e1729f5 Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 27 Feb 2023 22:27:15 +0800 Subject: [PATCH] CHANGELOG: work on 3.6.1 --- CHANGELOG.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dc6a79c17..53ab32f4d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -39,15 +39,14 @@ Improved prompts Completions ^^^^^^^^^^^ - Added completions for: - - ``apkanalyzer`` + - ``apkanalyzer`` (:issue:`9558`) + - ``neovim`` (:issue:`9543`) - ``otool`` - ``pre-commit`` (:issue:`9521`) - ``proxychains`` (:issue:`9486`) - - ``mix phx`` - - ``neovim`` - - ``scrypt`` - - ``stow`` - - ``trash`` and helper utilities ``trash-empty``, ``trash-list``, ``trash-put``, ``trash-restore`` + - ``scrypt`` (:issue:`9583`) + - ``stow`` (:issue:`9571`) + - ``trash`` and helper utilities ``trash-empty``, ``trash-list``, ``trash-put``, ``trash-restore`` (:issue:`9560`) - Improvements to many completions. - git's completion for ``git-foo``-style commands was fixed (:issue:`9457`) - File completion now offers ``../`` and ``./`` again (:issue:`9477`)