about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-02-04 17:52:22 -0800
committerBart Schaefer <schaefer@ipost.com>2021-02-04 17:52:22 -0800
commit465738fc2594ac4629de341738a106184858c678 (patch)
tree8a5821b69fe7fc84215d26cde0f6c1b7b49e4775 /ChangeLog
parentb803fbaa145e2d6eb7a427749fc03e3ead4da913 (diff)
downloadzsh-465738fc2594ac4629de341738a106184858c678.tar.gz
zsh-465738fc2594ac4629de341738a106184858c678.tar.xz
zsh-465738fc2594ac4629de341738a106184858c678.zip
47895: Remove trailing spaces from "print -ac" output lines.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd24c23d3..6b4855d7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-02-04  Bart Schaefer  <schaefer@zsh.org>
 
+	* 47895: Src/builtin.c, Test/D02glob.ztst: Remove trailing spaces
+	from "print -ac" output lines.
+
 	* 47865: Test/D02glob.ztst: More tests for restricted directories
 
 	* 47889: Etc/FAQ.yo: Update csh alias equivalences (section 2.3)