diff options
author | Daniel Hahler <git@thequod.de> | 2015-11-02 02:55:15 +0100 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2015-11-02 02:58:09 +0100 |
commit | 9642aeeaebd654565a045475d4d3ba101bfaec8f (patch) | |
tree | 05e12325b4d264c858512e94b4d28fc719a4e3a4 /ChangeLog | |
parent | ba36967b575ca57ebde3349e62c190ca69b73832 (diff) | |
download | zsh-9642aeeaebd654565a045475d4d3ba101bfaec8f.tar.gz zsh-9642aeeaebd654565a045475d4d3ba101bfaec8f.tar.xz zsh-9642aeeaebd654565a045475d4d3ba101bfaec8f.zip |
35303: remove Completion/Unix/Command/_systemd
systemd's upstream version seems to be maintained well, and e.g. on Arch Linux the version from Zsh gets removed in favour of it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 13f262bea..bb6575b3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-11-02 Daniel Hahler <zsh@thequod.de> + + * 35303: Completion/Unix/Command/_systemd: remove it in favour of the + one from upstream. + 2015-11-01 Peter Stephenson <p.w.stephenson@ntlworld.com> * 37038: Doc/Zsh/builtins.yo, Src/builtin.c, Src/options.c: add |