about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2024-02-28 20:40:26 -0800
committerBart Schaefer <schaefer@zsh.org>2024-02-28 20:40:26 -0800
commit85172998f499cb789570714ffdd43f1ca3b53e58 (patch)
tree793f9ab6e74b256171e5aafa8e778e60fb1ea7f7 /ChangeLog
parent69c58874611a586c68be14ce7965029dc00f41b7 (diff)
downloadzsh-85172998f499cb789570714ffdd43f1ca3b53e58.tar.gz
zsh-85172998f499cb789570714ffdd43f1ca3b53e58.tar.xz
zsh-85172998f499cb789570714ffdd43f1ca3b53e58.zip
52619 (plus tests): no empty element when appending array to unset scalar
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e836a3853..9ab0218c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-02-28  Bart Schaefer  <schaefer@zsh.org>
+
+	* 52619 (plus tests): Src/params.c, Test/A06assign.ztst: there
+	is no empty element when appending array to unset scalar
+
 2024-02-28  Oliver Kiddle  <opk@zsh.org>
 
 	* 52622 (tweaked, c.f. 52626): Src/jobs.c: adjust number of columns
@@ -54,7 +59,7 @@ x2024-02-19  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 	* 52544: Completion/Unix/Type/_diff_options: support macOS Ventura
 	or newer
 
-2024-02-18  Bart Schaefer  <schaefer@toltec-ubuntu>
+2024-02-18  Bart Schaefer  <schaefer@zsh.org>
 
 	* 52558: Etc/FAQ.yo: make note of word splitting differences
 	with nofork substitutions; update ToC; minor formatting fixes