about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2023-07-26 19:58:00 -0700
committerBart Schaefer <schaefer@zsh.org>2023-07-26 19:58:00 -0700
commitec61c9a5c012ad5f72516a7a0e976a87214d2007 (patch)
treea3cd4d6f8f997a40c5779471e74e50ff9c986561 /ChangeLog
parentaa85564319f4d511fae04a3cdf7a0b1fba1f67fe (diff)
downloadzsh-ec61c9a5c012ad5f72516a7a0e976a87214d2007.tar.gz
zsh-ec61c9a5c012ad5f72516a7a0e976a87214d2007.tar.xz
zsh-ec61c9a5c012ad5f72516a7a0e976a87214d2007.zip
51964: support pidof variants other than procps
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a02e25218..f6604ac0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-07-26  Bart Schaefer  <schaefer@zsh.org>
 
+	* Shohei YOSHIDA: 51964: Completion/Linux/Command/_pidof: support
+	pidof variants other than procps
+
 	* 51969: Src/builtin.c: read -d and -s should not reset terminal
 	state when stdin is redirected