diff options
author | dana <dana@dana.is> | 2018-07-19 21:17:30 -0500 |
---|---|---|
committer | dana <dana@dana.is> | 2018-07-19 21:17:30 -0500 |
commit | 3ec9503f496a25cef96bd3ca42bf88d5a71322de (patch) | |
tree | 53e2160669e98cc26c8a33f330dc51af7df96de1 /ChangeLog | |
parent | 218a7e324dc52e5b9f2e724c1463fb0643a6036f (diff) | |
download | zsh-3ec9503f496a25cef96bd3ca42bf88d5a71322de.tar.gz zsh-3ec9503f496a25cef96bd3ca42bf88d5a71322de.tar.xz zsh-3ec9503f496a25cef96bd3ca42bf88d5a71322de.zip |
43186: Add completion for cronie/dcron/Vixie crontab
Minor change from the patch as posted to the ML: BusyBox variant detection has been expanded to cover dcron (which BusyBox's crontab is forked from).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8a37503ba..21a910ae3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-07-19 dana <dana@dana.is> + + * 43186 (tweaked): Completion/Unix/Command/_crontab: Add completion + for cronie/dcron/Vixie crontab + 2018-07-19 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> * 43189: Completion/Unix/Command/_install: similar fix as 43187 |