summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-11-28 20:49:30 +0100
committerOliver Kiddle <opk@zsh.org>2021-11-28 20:49:30 +0100
commit78958c08bfdb37d2eafaf14a33b93229b1fa9e31 (patch)
tree7dbb26574f0a738ad7920fd1cc3e0b8e134b965d /ChangeLog
parent5fe498124d6469fadded7b9ad9eb64649b93f2de (diff)
downloadzsh-78958c08bfdb37d2eafaf14a33b93229b1fa9e31.tar.gz
zsh-78958c08bfdb37d2eafaf14a33b93229b1fa9e31.tar.xz
zsh-78958c08bfdb37d2eafaf14a33b93229b1fa9e31.zip
49601: don't create ambiguous history file entries for lines ending with a backslash
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 843ca23d6..a05322d0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-11-28  Oliver Kiddle  <opk@zsh.org>
+
+	* 49601: Src/hist.c, Test/W01history.ztst: don't create
+	ambiguous history file entries for lines ending with a backslash
+
 2021-11-26  Paul Seyfert  <Paul.Seyfert@sevensense.ch>
 
 	* github #83: Completion/Unix/Command/_git: _git-push,
@@ -93,7 +98,7 @@
 	Completion/Base/Core/_description, Completion/Base/Core/_message,
 	Test/V13zformat.ztst: Add zformat -F option, similar to -f but
 	ternary expressions check for existence instead of doing math
-	evaluation. Make use it with the format style.
+	evaluation. Make use of it with the format style.
 
 2021-11-07  Oliver Kiddle  <opk@zsh.org>