about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2021-11-15 10:00:12 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2021-11-15 10:00:12 +0900
commita361b88717026c4af6d8d2d208ac4ac8b530f037 (patch)
tree6e8dbd8abeb89bc8b5dc86e83fc8b3768d216d99 /ChangeLog
parent356dcb20cef387a5eea5f8fcbfe123b24e3bb928 (diff)
downloadzsh-a361b88717026c4af6d8d2d208ac4ac8b530f037.tar.gz
zsh-a361b88717026c4af6d8d2d208ac4ac8b530f037.tar.xz
zsh-a361b88717026c4af6d8d2d208ac4ac8b530f037.zip
49563: fix build problem of watch module on Cygwin
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dfe2e39a..db166f7ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-11-15  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
+
+	* 49563: Src/Modules/watch.c: fix build problem of watch module
+	on Cygwin
+
 2021-11-12  Oliver Kiddle  <opk@zsh.org>
 
 	* github #82: Dimitris Apostolou: Completion/BSD/Command/_kdump,