about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-07-28 16:16:25 +0200
committerOliver Kiddle <opk@zsh.org>2016-07-28 16:16:25 +0200
commitb816bb42cfc4d0fa05abb63ebf4098af05a3d593 (patch)
treecb3fb83d8d23df227fa6eaebed6ef3105d3c1ad2 /ChangeLog
parent54d5f8e3632ca3698d90662d49d1320f91827078 (diff)
downloadzsh-b816bb42cfc4d0fa05abb63ebf4098af05a3d593.tar.gz
zsh-b816bb42cfc4d0fa05abb63ebf4098af05a3d593.tar.xz
zsh-b816bb42cfc4d0fa05abb63ebf4098af05a3d593.zip
38957: make use of updates to match-words-by-style and better support completion of word-style styles for zstyle
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a5b0e5c4..1d68cf75d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2016-07-28  Oliver Kiddle  <opk@zsh.org>
 
+	* 38957: Functions/Zle/select-word-match,
+	Completion/Zsh/Command/_zstyle, Doc/Zsh/contrib.yo:
+	make use of updates to match-words-by-style and better support
+	completion of word-style styles for zstyle
+
 	* 38956: Completion/Zsh/Command/_bindkey,
 	Completion/Zsh/Command/_vared, Completion/Zsh/Command/_zle,
 	Completion/Zsh/Function/_add-zle-hook-widget,