about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-05-14 11:04:19 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-05-23 10:05:06 +0000
commit9fcc105ff68b4556883ef42d7c2959ada20a65d1 (patch)
tree85d9c69b63306585afafd620157b270997d09462 /ChangeLog
parent2f6a8a6c6c3774ac6f9317288adf03e2a065cb42 (diff)
downloadzsh-9fcc105ff68b4556883ef42d7c2959ada20a65d1.tar.gz
zsh-9fcc105ff68b4556883ef42d7c2959ada20a65d1.tar.xz
zsh-9fcc105ff68b4556883ef42d7c2959ada20a65d1.zip
35127#1: Fix _describe/compdescribe problem with unsorted groups
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 658ce348c..a1819e9e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-23  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 35127#1: Src/Zle/compcore.c Src/Zle/computil.c: Fix
+	_describe/compdescribe problem with unsorted groups
+
 2015-05-22  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 35266: Src/exec.c: test from users/20203 needed changing