about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-01-27 23:52:13 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-01-27 23:52:13 +0000
commit2b948e6c375a540129883272f9c4e118ada8ab1e (patch)
treeba76260f60c76592dc76a88c84e025cabe8b8b62 /ChangeLog
parentdf54eeed2ca4823d57c2bc74fc5def7b3b4a77ae (diff)
downloadzsh-2b948e6c375a540129883272f9c4e118ada8ab1e.tar.gz
zsh-2b948e6c375a540129883272f9c4e118ada8ab1e.tar.xz
zsh-2b948e6c375a540129883272f9c4e118ada8ab1e.zip
23138: further tweak to backslashes in $'...'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b474eb635..fa6fbff49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 2007-01-27  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
-	* 23136: Src/utils.c, Test/A03quoting.ztst: 23097 added Bnulls
-	for backslashes in $'...' strings but then didn't handle them.
+	* 23136, 23138: Src/utils.c, Test/A03quoting.ztst: 23097 added
+	Bnulls for backslashes in $'...' strings but then didn't handle
+	them.
 
 2007-01-26  Wayne Davison  <wayned@users.sourceforge.net>