about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e234b76b6..d4a278040 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-04-30  Bart Schaefer  <schaefer@zsh.org>
+
+	* 50149: Etc/BUGS, Src/builtin.c, Src/jobs.c: Remove all =(...)
+	files at shell exit
+
 2022-04-29  Bart Schaefer  <schaefer@zsh.org>
 
 	* 50136: Etc/BUGS, Src/exec.c: Fix =(nosuchcommand) race/deadlock