summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-09-28 00:54:35 +0200
committerOliver Kiddle <opk@zsh.org>2017-09-28 09:31:35 +0200
commit9b4962a7720b908479ad1044b1ecc83eb7832262 (patch)
tree9e883e375df44d2b4ac3cb7f09010101f4112c6e /ChangeLog
parent7a0718796a56be64b5498806b4d8491ef2f9bb7d (diff)
downloadzsh-9b4962a7720b908479ad1044b1ecc83eb7832262.tar.gz
zsh-9b4962a7720b908479ad1044b1ecc83eb7832262.tar.xz
zsh-9b4962a7720b908479ad1044b1ecc83eb7832262.zip
41762: fix for completion in assignment to associative array element
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56a5cdbb7..d11b6ebd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-28  Oliver Kiddle  <opk@zsh.org>
+
+	* 41762: Completion/Zsh/Context/_value: fix for completion
+	in assignment to associative array element
+
 2017-09-27  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 41767: Src/exec.c: preserve nonzero exit status on interrupt