about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-03 13:38:58 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-05 11:11:59 +0000
commitcf134c15a09c9be7fac7628372a8f897ec84f9fa (patch)
tree53e43a574e37f0eb4d0da2d69c7db4fccee41acd /ChangeLog
parentb58141c4cfa6fe6c0734d83e789529ae3f920b1f (diff)
downloadzsh-cf134c15a09c9be7fac7628372a8f897ec84f9fa.tar.gz
zsh-cf134c15a09c9be7fac7628372a8f897ec84f9fa.tar.xz
zsh-cf134c15a09c9be7fac7628372a8f897ec84f9fa.zip
46175/0003: Fix the RM_STAR_SILENT bug from the parent commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51c7fc00b..f0c4a9f5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2020-07-05  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 46175/0003: Src/exec.c, Test/E01options.ztst: Fix the
+	RM_STAR_SILENT bug from the parent commit.
+
 	* 46175/0002: Test/E01options.ztst: Add a regression test for
 	46169: the RM_STAR_SILENT logic processes the current directory
 	rather than the root directory.