diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2024-04-21 00:53:50 +0200 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2024-05-20 20:19:06 +0200 |
commit | bd19d4e3948253af621fcb6e1a1f8a7b37115fdd (patch) | |
tree | 8d1327271238bc2fff9cda2f4784d26973b7f241 /ChangeLog | |
parent | f6e005a9ef55b1fbc5291729faa2ab46bf3d9e8f (diff) | |
download | zsh-bd19d4e3948253af621fcb6e1a1f8a7b37115fdd.tar.gz zsh-bd19d4e3948253af621fcb6e1a1f8a7b37115fdd.tar.xz zsh-bd19d4e3948253af621fcb6e1a1f8a7b37115fdd.zip |
52895: Partial revert of 44274 which broke _baudrates
_description does not accept -o numeric, which resulted in _description:zformat:89: invalid argument: expl The array is already sorted correctly in the completer so I don't see any need to have the completion sort it again anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6a753e3f9..d4610155f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-05-20 Mikael Magnusson <mikachu@gmail.com> + + * 52895: Completion/Unix/Type/_baudrates: Partial revert of + 44274 which broke _baudrates + 2024-05-10 Peter Stephenson <p.stephenson@samsung.com> * 52924: Src/Modules/zftp.c: NULL zfsessions after free. |