From 787f0e2751ec4e91523dc4e8ab776de410054220 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 11 Sep 2014 07:45:33 +0200 Subject: [PATCH] NEWS: mention bash/zsh completions. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 961a7594..b1d0abe6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ xbps-0.38 (???): + * Added bash completion for xbps-*. Contributed by Eivind Uggedal. + + * Added zsh completion for xbps-* and xbps-src. Contributed by Christian Neukirchen. + * xbps-query(8): added -s/--search local mode, the previous repository mode must be specified with -R/--repository mode explicitly.