about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5beb1f88f..2527e9e9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
 	* 34804: Src/lex.c: refine 34734 POSIX_ALIAS change to preserve
 	old behavior of [[ ]] conditionals
 
+	* 34781: Src/lex.c, Test/A02alias.ztst: add implicit space after
+	alias expansion of tokens that form words without spacing; fixes
+	crash when using completion immediately following such an alias
+
 2015-03-27  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 34788: Src/lex.c: refine errflag handling in cmd_or_math()