about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-30 15:26:27 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-07 14:01:00 +0000
commitb4cc190db9a8419ca8c5a39ae45c95cb9db0ff84 (patch)
treed848c37cbdfaf24065ef82c975fdae45f3d705c4 /ChangeLog
parent59a67b31b0ccc3098466d0146ecf1cc28ec70e0f (diff)
downloadzsh-b4cc190db9a8419ca8c5a39ae45c95cb9db0ff84.tar.gz
zsh-b4cc190db9a8419ca8c5a39ae45c95cb9db0ff84.tar.xz
zsh-b4cc190db9a8419ca8c5a39ae45c95cb9db0ff84.zip
39522: add-zsh-hook/add-zle-hook-widget: Promise append semantics.
The sentence about "as widgets" is removed since there is a whole paragraph
about that later on.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06efc60b2..a1699ac24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-10-07  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 39522: Doc/Zsh/contrib.yo: add-zsh-hook/add-zle-hook-widget:
+	Promise append semantics.
+
 	* 39489: Completion/Unix/Type/_path_files: Interpret -P as
 	literally, rather than as a pattern.