about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-02-18 01:10:10 +0100
committerOliver Kiddle <opk@zsh.org>2023-02-19 17:20:35 +0100
commitc83ce203f5c78d3b4da8d59807fcfbcc23be2a21 (patch)
tree99c4b8bb2265d64fefbd756c76983271a1538105 /ChangeLog
parent6f4aa1d9496ed37e6ebbf70d86a35a9d5e1fb605 (diff)
downloadzsh-c83ce203f5c78d3b4da8d59807fcfbcc23be2a21.tar.gz
zsh-c83ce203f5c78d3b4da8d59807fcfbcc23be2a21.tar.xz
zsh-c83ce203f5c78d3b4da8d59807fcfbcc23be2a21.zip
51455, 51461: new completion for the OpenLDAP client tools including a helper function for LDAP search filters
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7472298d6..b5bb1da99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-02-19  Oliver Kiddle  <opk@zsh.org>
+
+	* 51455, 51461: Completion/Unix/Type/_ldap_attributes
+	Completion/BSD/Command/_ldap, Completion/Unix/Command/_openldap,
+	Completion/Unix/Type/_ldap_filters: new completion for the OpenLDAP
+	client tools including a helper function for LDAP search filters
+
 2023-02-17  Oliver Kiddle  <opk@zsh.org>
 
 	* 51447: Src/Zle/zle_keymap.c: silence compiler maybe-uninitialized