summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>