about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2014-08-04 19:53:54 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-08-04 19:53:54 +0100
commitef3fd473c0a5ab5e5f50c6498498727904aa4373 (patch)
tree024819f8745426504c438da5691662c2487398ec /ChangeLog
parent6116f1dafa412d6ac6da347719f7ddae57b5e446 (diff)
downloadzsh-ef3fd473c0a5ab5e5f50c6498498727904aa4373.tar.gz
zsh-ef3fd473c0a5ab5e5f50c6498498727904aa4373.tar.xz
zsh-ef3fd473c0a5ab5e5f50c6498498727904aa4373.zip
32954: Missed the doc change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f47570672..3b729c2d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-08-04  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 32954: Doc/Zsh/expn.yo: missed this.
+
 	* 32954 (plus new test): Src/cond.c, Test/D02glob.ztst:
 	(#q) on patterns with [[ ... = ... ] and [[ ... != ... ]]
 	shouldn't force a glob, it should simply be ignored.