summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2019-12-17 07:44:28 +0000
committerDaniel Shahaf <danielsh@apache.org>2019-12-18 06:01:50 +0000
commitae7e291873c1f80c51f53db934a87df2c0eaf821 (patch)
treedf45bb0d415d9ea055554a1301776efc039d81c8 /ChangeLog
parenta370f24137049d0c6b88f53e8846483949fc9d95 (diff)
downloadzsh-ae7e291873c1f80c51f53db934a87df2c0eaf821.tar.gz
zsh-ae7e291873c1f80c51f53db934a87df2c0eaf821.tar.xz
zsh-ae7e291873c1f80c51f53db934a87df2c0eaf821.zip
45066: internal: Document forklevel, locallevel, and exit_pending.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4821b09b6..742ddab9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-12-18  Daniel Shahaf  <danielsh@apache.org>
 
+	* 45066: Src/builtin.c, Src/exec.c, Src/params.c: internal:
+	Document forklevel, locallevel, and exit_pending.
+
 	* 45065: Src/Makefile.in: Make 'make -s' print nothing when it
 	does nothing.