about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-01-08 20:58:56 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-10 12:46:38 +0000
commit70d6d0d86cffac331bead544581f0b921418ae37 (patch)
tree7f94fc4e186f9c1f66520886897a8deb66fc9862 /ChangeLog
parent99acc17bb617e7b85bb38366c0597433f713df7b (diff)
downloadzsh-70d6d0d86cffac331bead544581f0b921418ae37.tar.gz
zsh-70d6d0d86cffac331bead544581f0b921418ae37.tar.xz
zsh-70d6d0d86cffac331bead544581f0b921418ae37.zip
45266: Fix losetup completion, broken in da085b7a20729401c725f91ae930200d0deda64f (41720).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 017a546ad..dd668e9bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2020-01-10  Daniel Shahaf  <danielsh@apache.org>
 
+	* 45266: Completion/Linux/Command/_losetup: Fix losetup
+	completion, broken in da085b7a20729401c725f91ae930200d0deda64f
+	(41720).
+
 	* unposted: Doc/Zsh/mod_zpty.yo: Fix punctuation.
 
 2020-01-10  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>