summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2023-01-19 10:48:24 +0900
committerDaniel Shahaf <d.s@daniel.shahaf.name>2023-01-22 14:35:08 +0000
commitf54ed0b76a07f21c96ddf5b51dc46d9e8b74e41c (patch)
tree8f0f29d67187453224683be1684dc930883e14ba /ChangeLog
parent37569049f092a841047413709cd39b2480211ecc (diff)
downloadzsh-f54ed0b76a07f21c96ddf5b51dc46d9e8b74e41c.tar.gz
zsh-f54ed0b76a07f21c96ddf5b51dc46d9e8b74e41c.zip
51322 (+ minor tweak): Update gnu make completion for version 4.4
Add `--jobserver-style`, `--shuffle` and `--trace` options And delete '--warn-undefined-functions' option. This option was implemented only in redhat's older make and the official gnu make has never supported it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ceb2aa73..8e71f1ced 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-01-22 Shohei YOSHIDA <syohex@gmail.com>
+
+ * 51322 (+ minor tweak): Completion/Unix/Command/_make: Update gnu
+ make completion for version 4.4
+
2023-01-21 Bart Schaefer <schaefer@zsh.org>
* 51313: Completion/Unix/Command/_git: fix "git rerere forget"