about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-09-29 14:55:49 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-09-29 14:55:49 -0700
commit736eb433bae71a162f8b5adbd42710bb718a3c91 (patch)
tree28dca749a51600b1de4394dcf4595b2fe853226d /ChangeLog
parente61ed2b80d60ca095006d7512f90c07e6c572ee0 (diff)
downloadzsh-736eb433bae71a162f8b5adbd42710bb718a3c91.tar.gz
zsh-736eb433bae71a162f8b5adbd42710bb718a3c91.tar.xz
zsh-736eb433bae71a162f8b5adbd42710bb718a3c91.zip
39507: TMPSUFFIX for =(...)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f93bdb10a..3fe3165ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2016-09-29  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 39507: Doc/Zsh/params.yo, Src/exec.c: TMPSUFFIX for =(...)
+
 	* 39470: Src/exec.c, Src/utils.c: failure to open a supposedly
 	unique temp file name should result in an error; band-aid for
 	signal-related race conditions in temp file name generation