about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarlon Richert <marlon.richert@gmail.com>2021-05-17 14:49:02 +0300
committerOliver Kiddle <opk@zsh.org>2021-05-21 23:45:26 +0200
commite7320734153829e8bc94c1255bdeba724e13e8b6 (patch)
treecbf3731280b324b35da76b276457ae207299476f /ChangeLog
parenta23f19bfbd8c4d7e0a452232659b733bf882474f (diff)
downloadzsh-e7320734153829e8bc94c1255bdeba724e13e8b6.tar.gz
zsh-e7320734153829e8bc94c1255bdeba724e13e8b6.tar.xz
zsh-e7320734153829e8bc94c1255bdeba724e13e8b6.zip
48864: Improve extra-verbose completion display strings for array parameter values
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2179c62ee..79dddba67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-05-21  Oliver Kiddle  <opk@zsh.org>
+
+	* Marlon Richert: 48864: Completion/Zsh/Type/_parameters: Improve
+	extra-verbose completion display strings for array parameter values
+
 2021-05-18  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 48601/0005: Functions/Misc/zmathfuncdef: Fix the workers/48147