about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-10-04 14:01:08 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-10-04 14:01:08 -0700
commit3f9606333578384221948e285ed896738071b253 (patch)
tree17fc54b3992a66560bee4a2b8bfb4dc813e7d012 /ChangeLog
parentcb26e11c70f95c72e300e1f4f16b33e4e5f54d21 (diff)
downloadzsh-3f9606333578384221948e285ed896738071b253.tar.gz
zsh-3f9606333578384221948e285ed896738071b253.tar.xz
zsh-3f9606333578384221948e285ed896738071b253.zip
36773: limit CORRECT / CORRECT_ALL to directory names in cases where it is obvious that a directory is expected
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa2253522..e1f58c9ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-04  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 36773: Src/utils.c: limit CORRECT / CORRECT_ALL to directory
+	names in cases where it is obvious that a directory is expected
+
 2015-10-03  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* unposted (cf. 36696): Test/C03traps.ztst: test case for 36766