diff options
author | Matthew Martin <phy1729@gmail.com> | 2016-09-07 07:41:24 -0500 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-09-07 14:22:28 +0100 |
commit | c001d1f2a2eb7c3ddea1c1f09ca6660070befaa3 (patch) | |
tree | e4e9ec5c9b004baa0559f8ba1bacf2c43d457bfa /ChangeLog | |
parent | c47c35caccfdd43db76668998382a67e1ad30054 (diff) | |
download | zsh-c001d1f2a2eb7c3ddea1c1f09ca6660070befaa3.tar.gz zsh-c001d1f2a2eb7c3ddea1c1f09ca6660070befaa3.tar.xz zsh-c001d1f2a2eb7c3ddea1c1f09ca6660070befaa3.zip |
39221: update rm completion for BSD
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 148536961..cb7405a85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-09-07 Peter Stephenson <p.stephenson@samsung.com> + * Matthew Martin: 39221: Completion/Unix/Command/_rm: update for + BSD. + * 39218: Src/module.c: fix feature enables with math functions present. This caused parameters to be miscounted. |