about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2018-06-18 22:47:48 +0300
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-07-01 16:27:08 +0000
commite96e45ba98c2b0439544b994f4c87d49524adae9 (patch)
tree85a06e7b8476b68a26a7b7fa7417c2f45b5f5ec6 /ChangeLog
parentbad472928166d118de10d9f03755d8958f158982 (diff)
downloadzsh-e96e45ba98c2b0439544b994f4c87d49524adae9.tar.gz
zsh-e96e45ba98c2b0439544b994f4c87d49524adae9.tar.xz
zsh-e96e45ba98c2b0439544b994f4c87d49524adae9.zip
43059: _gpg: Use explicit UIDs for state = public keys.
Use the `--with-colons` option and parse the output according to the
format specified in the documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e86b63e83..d323adcf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-01  Doron Behar  <doron.behar@gmail.com>
+
+	* 43059: Completion/Unix/Command/_gpg: Use explicit UIDs for
+	state = public keys.
+
 2018-07-01  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 43107: Completion/Unix/Type/_ttys, Completion/Unix/Command/_ps,