diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-10-04 14:01:08 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-10-04 14:01:08 -0700 |
commit | 3f9606333578384221948e285ed896738071b253 (patch) | |
tree | 17fc54b3992a66560bee4a2b8bfb4dc813e7d012 /ChangeLog | |
parent | cb26e11c70f95c72e300e1f4f16b33e4e5f54d21 (diff) | |
download | zsh-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-- | ChangeLog | 5 |
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 |