summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 03d592ab4..7d6e70faf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,17 @@
 2020-07-29  Roman Perepelitsa  <roman.perepelitsa@gmail.com>
 
-	* unposted: comments explaining how hashtable must be created
+	* unposted: Src/zsh.h: comments explaining how hashtable must
+	be created
 
 2020-07-28  Roman Perepelitsa  <roman.perepelitsa@gmail.com>
 
-	* 46275: eliminate undefined behavior caused by redefinition of
-	hashtable
+	* 46275: Src/hashtable.c, Src/zsh.h: eliminate undefined behavior
+	caused by redefinition of hashtable
 
 2020-07-27  Roman Perepelitsa  <roman.perepelitsa@gmail.com>
 
-	* 46268: suppress a useless compiler warning around nice()
+	* 46268: Src/exec.c: suppress a useless compiler warning
+	around nice()
 
 2020-07-14  Daniel Shahaf  <d.s@daniel.shahaf.name>