about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2015-01-10 20:52:20 +0100
committerMikael Magnusson <mikachu@gmail.com>2015-01-10 20:52:53 +0100
commit67d1c03698a86ce2ae3a08f16cbd3839d3303ddb (patch)
tree5ad98e2f68b1605778e2aae49e8a5d9c2fbd78a2 /ChangeLog
parent53e3d9e0638d025cd99a65011ff96d5e2680e2ec (diff)
downloadzsh-67d1c03698a86ce2ae3a08f16cbd3839d3303ddb.tar.gz
zsh-67d1c03698a86ce2ae3a08f16cbd3839d3303ddb.tar.xz
zsh-67d1c03698a86ce2ae3a08f16cbd3839d3303ddb.zip
unposted: add missing ml ref
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 89e92bb67..b5ac8799a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,11 +35,11 @@
 
 2015-01-08  Peter Stephenson  <p.stephenson@samsung.com>
 
-	* Src/init.c, Src/input.c, Src/lex.c, Src/parse.c, Src/zsh.h,
-	Test/D08cmdsubst.ztst: fix the problem that command and similar
-	substitutions weren't properly parsed so could end prematurely.
-	Use improved resolution in context save and restore to allow
-	parsing the substitution while tracking the string.
+	* 34160: Src/init.c, Src/input.c, Src/lex.c, Src/parse.c,
+	Src/zsh.h, Test/D08cmdsubst.ztst: fix the problem that command
+	and similar substitutions weren't properly parsed so could end
+	prematurely.  Use improved resolution in context save and restore
+	to allow parsing the substitution while tracking the string.
 
 2015-01-07  Barton E. Schaefer  <schaefer@zsh.org>