about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-03-10 16:54:21 +0100
committerOliver Kiddle <opk@zsh.org>2017-03-10 16:54:21 +0100
commit373ad33f449a6efd8c37e0721882059dc3c272c1 (patch)
tree5ac3a606756c296d169ccb2b48e192b24c1706fc /ChangeLog
parentadab02817f005979969405bf64e35ee90b0261fe (diff)
downloadzsh-373ad33f449a6efd8c37e0721882059dc3c272c1.tar.gz
zsh-373ad33f449a6efd8c37e0721882059dc3c272c1.tar.xz
zsh-373ad33f449a6efd8c37e0721882059dc3c272c1.zip
40823: update option completion for sshfs 2.8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 305be36c9..6b586b90b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-03-10  Oliver Kiddle  <opk@zsh.org>
+
+	* 40823: Completion/Linux/Command/_sshfs: update for sshfs 2.8
+
 2017-03-10  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 40819: Src/glob.c: Fix IS_DASH() test in BRACE_CCL handling.