about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-07-30 10:19:57 +0200
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-07-30 10:19:57 +0200
commitb74635aa741d7e2d8d81f601f0192e79037aa991 (patch)
treee8211c4f2215da796b41d94b3fcb32bc2e8e0119 /ChangeLog
parent22ec4d14e2fa61a72fd280039dfe36f0f2690aa0 (diff)
downloadzsh-b74635aa741d7e2d8d81f601f0192e79037aa991.tar.gz
zsh-b74635aa741d7e2d8d81f601f0192e79037aa991.tar.xz
zsh-b74635aa741d7e2d8d81f601f0192e79037aa991.zip
unposted: Fix the format of recent ChangeLog entries.
Add the list of changed files to the last three ChangeLog
entries by roman.perepelitsa@gmail.com.
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>