From 7d48c5d44f51ec2b37e2bbd58ceca082c1a01c02 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 4 Mar 2023 12:24:58 -0800 Subject: [PATCH] Relnote change in #9634 Relnotes fastboot completion changes. --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1beab6a06..4a48c9e4a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -49,6 +49,7 @@ Completions - ``trash`` and helper utilities ``trash-empty``, ``trash-list``, ``trash-put``, ``trash-restore`` - ``apkanalyzer`` - ``scrypt`` + - ``fastboot`` - git's completion for ``git-foo``-style commands was fixed (:issue:`9457`) - File completion now offers ``../`` and ``./`` again (:issue:`9477`)