about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJörg Sommer <joerg@jo-so.de>2023-08-27 17:57:27 +0200
committerOliver Kiddle <opk@zsh.org>2023-09-20 20:08:12 +0200
commitbfc419e0c6dcc796b5171ae6c316fd60ffab8030 (patch)
tree608b0d0419be1e2c28aadc1f4e4dee842ff655f4 /ChangeLog
parentfa17566b658f8bc42f958a68ff9df634667b4def (diff)
downloadzsh-bfc419e0c6dcc796b5171ae6c316fd60ffab8030.tar.gz
zsh-bfc419e0c6dcc796b5171ae6c316fd60ffab8030.tar.xz
zsh-bfc419e0c6dcc796b5171ae6c316fd60ffab8030.zip
52102: Add subcommand autopurge to apt completion
Autopurge (like autoremove) take the same options like purge and remove the
given packages along with their dependencies they become unused.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b1752c7c..44171d558 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-09-20  Oliver Kiddle  <opk@zsh.org>
 
+	* Jörg Sommer: 52102: Completion/Debian/Command/_apt:
+	Add subcommand autopurge to apt completion
+
 	* Wesley Schwengle: 52141: Completion/Unix/Command/_git: add trailer
 	token completion for git commit --trailer