about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-02-04 21:15:54 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-02-04 21:17:00 +0900
commitfc18b7c8a29326e8d5233694954f699f7d018704 (patch)
tree4ea0209fd893317ec2c7e90f1a6bfae941383d68 /ChangeLog
parente1405109a61fd84f758fd1656d96f7bf7711ff58 (diff)
downloadzsh-fc18b7c8a29326e8d5233694954f699f7d018704.tar.gz
zsh-fc18b7c8a29326e8d5233694954f699f7d018704.tar.xz
zsh-fc18b7c8a29326e8d5233694954f699f7d018704.zip
49730: new completions for csplit, pr, ptx, truncate
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85921bb18..94e15474b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-02-04  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
+
+	* 49730: Completion/Unix/Command/_csplit,
+	Completion/Unix/Command/_pr, Completion/Unix/Command/_ptx,
+	Completion/Unix/Command/_truncate: New completers
+
 2022-02-02  Matthew Martin  <phy1729@gmail.com>
 
 	* 49731: Completion/BSD/Command/_sysclean,