about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authoroxiedi <oxiedi@yandex.ru>2020-07-20 21:20:14 +0500
committerOliver Kiddle <opk@zsh.org>2021-02-07 00:51:41 +0100
commitdf7fd1322c2d5f833fb7f1821bf5a8d22435f360 (patch)
tree0f2a9072611179a1d7b4bf5a98eb9ce8292685ea /ChangeLog
parented160f268a45ddf9bfbad27c6f93c90263d56b17 (diff)
downloadzsh-df7fd1322c2d5f833fb7f1821bf5a8d22435f360.tar.gz
zsh-df7fd1322c2d5f833fb7f1821bf5a8d22435f360.tar.xz
zsh-df7fd1322c2d5f833fb7f1821bf5a8d22435f360.zip
github #63: fix regression caused by 44274, with sort style -o could break _values
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1f98d233..2949b72a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-02-07  Oliver Kiddle  <opk@zsh.org>
 
+	* github #63: oxiedi@yandex.ru: Completion/Base/Utility/_values:
+	fix regression caused by 44274, with sort style -o may be passed
+
 	* github #72 (tweaked): Semnodime: Completion/Unix/Command/_lldb:
 	fix unix command lldb tab-completion, args are space separated