about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-07-04 11:01:47 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-07-04 11:01:47 +0100
commitf2b2271fbe4a7acb1b026545481bf5cd6879d983 (patch)
treeb8bb0211b7cfd2c0ecd43706602ee1c6c77c1e1a /ChangeLog
parenta257525afc1578ff4d951e6771b2afab181ac46e (diff)
downloadzsh-f2b2271fbe4a7acb1b026545481bf5cd6879d983.tar.gz
zsh-f2b2271fbe4a7acb1b026545481bf5cd6879d983.tar.xz
zsh-f2b2271fbe4a7acb1b026545481bf5cd6879d983.zip
Turning case parsed as multiple alternatives back into text.
Also add test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f20af3669..19b72edb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-04  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 35682: Src/text.c, plus Test/A01grammar.ztst: turning case
+	statements parsed as multiple alternatives back into text.
+
 2015-07-03  Oliver Kiddle  <opk@zsh.org>
 
 	* 35681: Src/Modules/datetime.c: fix day of month initialisation