about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-11-28 20:51:41 +0100
committerOliver Kiddle <opk@zsh.org>2021-11-28 20:51:41 +0100
commit926a1a729661e0ea31e5dcfd3965cea747d36af3 (patch)
tree8d0a988c79be38dd83eb925e2e1285d4f03c4835 /ChangeLog
parent78958c08bfdb37d2eafaf14a33b93229b1fa9e31 (diff)
downloadzsh-926a1a729661e0ea31e5dcfd3965cea747d36af3.tar.gz
zsh-926a1a729661e0ea31e5dcfd3965cea747d36af3.tar.xz
zsh-926a1a729661e0ea31e5dcfd3965cea747d36af3.zip
49602: only set LOGCHECK from the watch module
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a05322d0b..bf1f88b03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2021-11-28  Oliver Kiddle  <opk@zsh.org>
 
+	* 49602: Src/params.c: only set LOGCHECK from the watch module
+
 	* 49601: Src/hist.c, Test/W01history.ztst: don't create
 	ambiguous history file entries for lines ending with a backslash