summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-07-31 20:46:09 -0500
committerdana <dana@dana.is>2018-07-31 20:46:09 -0500
commit96ea5e32b442ff2406f1d7268cccdd73baf313ea (patch)
tree8fc6f6302b0cd798ae6c2f6aa48c8b0d18ff31e0 /ChangeLog
parentbaedd62f0d601bf03d99b2366a8ace42268e88ed (diff)
downloadzsh-96ea5e32b442ff2406f1d7268cccdd73baf313ea.tar.gz
zsh-96ea5e32b442ff2406f1d7268cccdd73baf313ea.tar.xz
zsh-96ea5e32b442ff2406f1d7268cccdd73baf313ea.zip
43207: Improve _bind_addresses, _php
Minor change from the patch as posted to the ML: _php now calls _bind_addresses
with -K, since it can't actually listen on a link-local address.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8acff0eb..cf35c734f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-07-31  dana  <dana@dana.is>
+
+	* 43207 (tweaked): Completion/Unix/Type/_bind_addresses,
+	Completion/Unix/Command/_php: Add options to control _bind_addresses
+	behaviour, improve PHP completion
+
 2018-07-31  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 43219 (except term{cap,info}.c): Src/Modules/db_gdbm.c,