From dcc81471475d2e6d3e3675e8187c1087288b3106 Mon Sep 17 00:00:00 2001 From: NextAlone <12210746+NextAlone@users.noreply.github.com> Date: Thu, 9 Feb 2023 13:02:16 +0800 Subject: [PATCH] docs: add apkanalyzer to changelog Signed-off-by: NextAlone <12210746+NextAlone@users.noreply.github.com> --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1a1b588cd..cd7cb514d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -45,6 +45,7 @@ Completions - ``mix phx`` - ``neovim`` - ``trash`` and helper utilities ``trash-empty``, ``trash-list``, ``trash-put``, ``trash-restore`` + - ``apkanalyzer`` - git's completion for ``git-foo``-style commands was fixed (:issue:`9457`) - File completion now offers ``../`` and ``./`` again (:issue:`9477`)