about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2020-05-23 18:01:26 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2020-05-23 18:01:26 +0100
commit40723b3991557d0f5db66cbde9feb5cbc33bce78 (patch)
treeded5db16dda2582264846c256090f8bc317de5c3 /ChangeLog
parentb3148194d12064878bf55c6e37e24200cf93d9b8 (diff)
downloadzsh-40723b3991557d0f5db66cbde9feb5cbc33bce78.tar.gz
zsh-40723b3991557d0f5db66cbde9feb5cbc33bce78.tar.xz
zsh-40723b3991557d0f5db66cbde9feb5cbc33bce78.zip
45900: Fix issues with escaped newline in $-substitution.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 341e41b50..d1927a089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-05-23  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 45900: Src/lex.c, Test/D04parameter.ztst: Fix issues with
+	escaped newline in $-substitution.
+
 2020-05-21  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 45884 (Oliver's, edited by me): Etc/BUGS: Add a few entries.