about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-06-27 21:19:01 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-06-27 21:19:26 +0100
commiteb08892dcfa6d0b5a22532ae37f9ed52f478b68e (patch)
tree45211b32d9c3b2e789d9bc72d073780a06fcb375 /ChangeLog
parentef080283468cbd7b46ceb19c148cd0b9c4d52356 (diff)
downloadzsh-eb08892dcfa6d0b5a22532ae37f9ed52f478b68e.tar.gz
zsh-eb08892dcfa6d0b5a22532ae37f9ed52f478b68e.tar.xz
zsh-eb08892dcfa6d0b5a22532ae37f9ed52f478b68e.zip
35635: a bit more consistency about making elements local
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf53b217e..7e06cb471 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
 
 2015-06-27  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 35635: Src/builtin.c: a bit more consistency about
+	making elements of things local.
+
 	* users/20281: Completion/Base/Core/_main_complete:
 	don't require MULTIFUNCDEF as _main_complete is parsed
 	before we can ensure it's set.