about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-01-13 00:27:24 +0000
committerdana <dana@dana.is>2020-01-15 19:20:33 -0600
commitedc04bd94656a152e17f06188bcef172d62a3ad4 (patch)
tree3f8eb8f9889fe502bd1134ffb1c3a9042b94e0ad /ChangeLog
parente899c21863a69226b4e650940c327a3b460023c0 (diff)
downloadzsh-edc04bd94656a152e17f06188bcef172d62a3ad4.tar.gz
zsh-edc04bd94656a152e17f06188bcef172d62a3ad4.tar.xz
zsh-edc04bd94656a152e17f06188bcef172d62a3ad4.zip
45291: A glob with a trailing slash will now match unreadable/unexecutable directories.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44b45ce07..d6ad77e3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-01-15  dana  <dana@dana.is>
+
+	* Daniel: 45291: Src/glob.c, Test/D02glob.ztst: A glob with a
+	trailing slash will now match unreadable/unexecutable directories.
+
 2020-01-15  Daniel Shahaf  <danielsh@apache.org>
 
 	* 45288: Completion/Unix/Command/_git: Complete bisect/new as