about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-11-07 12:55:27 +0100
committerOliver Kiddle <opk@zsh.org>2021-11-07 12:55:27 +0100
commit631576de0f7b4e52487175e3e017e5136424b626 (patch)
tree2054f3749854a3b8135c45424f1365a77ae3c683 /ChangeLog
parent271cfc685b17938e67a8212f2df78c32989411d7 (diff)
downloadzsh-631576de0f7b4e52487175e3e017e5136424b626.tar.gz
zsh-631576de0f7b4e52487175e3e017e5136424b626.tar.xz
zsh-631576de0f7b4e52487175e3e017e5136424b626.zip
49544: only tie watch/WATCH if both come from the module
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00c0d5be6..5865cb727 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-11-07  Oliver Kiddle  <opk@zsh.org>
+
+	* 49544: Src/Modules/watch.c: only tie watch/WATCH if both come
+	from the module
+
 2021-11-02  Oliver Kiddle  <opk@zsh.org>
 
 	* 49534, 49539: Doc/Makefile.in, Doc/Zsh/builtins.yo,