about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-18 17:45:23 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-22 02:23:52 +0000
commitbe73026b07decc3990b2a345c42a8f7b74d8f83d (patch)
treef20b75148c1c253623731d6effe71857e126d2b3 /ChangeLog
parente94e828efd4835a45bab4e37f9e3b16fd09b3f78 (diff)
downloadzsh-be73026b07decc3990b2a345c42a8f7b74d8f83d.tar.gz
zsh-be73026b07decc3990b2a345c42a8f7b74d8f83d.tar.xz
zsh-be73026b07decc3990b2a345c42a8f7b74d8f83d.zip
45583/0002: internal: Reduce some variables' visibility. No functional change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a28744c2..b73089f91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2020-03-22  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 45583/0002: Src/parse.c: internal: Reduce some variables'
+	visibility. No functional change.
+
 	* 45583/0001: Src/exec.c: internal: Remove a redundant
 	assignment.