about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-07-13 22:14:54 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-07-13 22:14:54 -0700
commit3e61af3ff47ff47391a39f88ad34e8e1904b527e (patch)
tree85eafdaea1707287ffb125ba2f71c1069eb1e026 /ChangeLog
parentac813cfade6077c7e830a4c192c85701aed5276c (diff)
downloadzsh-3e61af3ff47ff47391a39f88ad34e8e1904b527e.tar.gz
zsh-3e61af3ff47ff47391a39f88ad34e8e1904b527e.tar.xz
zsh-3e61af3ff47ff47391a39f88ad34e8e1904b527e.zip
38850: Simplify indexing scheme to store hooks in the order they are added
Also, better handling of edge cases and of autoloading/sourcing file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebb936dc1..e89a494c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-07-13  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 38850: Functions/Zle/add-zle-hook-widget: Simplify indexing
+	scheme to store hooks strictly in the order they are added;
+	better handling of edge cases and autoloading/sourcing file.
+
 2016-07-13  Eric Cook  <llua@gmx.com>
 
 	* 38833: Completion/Unix/Command/_iostat