summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2018-05-19 11:10:46 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-05-19 11:10:46 +0200
commit5e2d3d1e15e94e3d727e7393cbce2667a93f2fd4 (patch)
tree8d0525f548122676440abb6159401ce3fbb5c40b /ChangeLog
parent25f6f5eebee3aa43c2da1c581414766aee08d3d8 (diff)
downloadzsh-5e2d3d1e15e94e3d727e7393cbce2667a93f2fd4.tar.gz
zsh-5e2d3d1e15e94e3d727e7393cbce2667a93f2fd4.tar.xz
zsh-5e2d3d1e15e94e3d727e7393cbce2667a93f2fd4.zip
42806: fix shutdown completion where options were lost due to args= assignment where args+= was needed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8597c8ea2..dda1c6b22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-05-19  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
+	* 42806: Completion/Unix/Command/_shutdown: fix where options
+	were lost due to args= assignment where args+= was needed
+
 	* 42803: Completion/Unix/Command/_netstat: handle Linux and
 	the the BSDs in netstat completion