about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2024-04-06 00:19:53 +0200
committerMikael Magnusson <mikachu@gmail.com>2024-04-07 16:05:39 +0200
commita66e92918568881af110a3e2e3018b317c054e4a (patch)
treeee774a6940d15ceeda3b70525ed87d373ccee098 /ChangeLog
parent49c6978dbbb717847344e7cef99e4ee26f56d234 (diff)
downloadzsh-a66e92918568881af110a3e2e3018b317c054e4a.tar.gz
zsh-a66e92918568881af110a3e2e3018b317c054e4a.tar.xz
zsh-a66e92918568881af110a3e2e3018b317c054e4a.zip
52878: Fix ${foo:^bar} where bar is an associative array HEAD master
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 643a33dac..df3f9b73c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-04-07  Mikael Magnusson  <mikachu@gmail.com>
+
+	* 52878: Src/subst.c: Fix ${foo:^bar} where bar is an associative
+	array
+
 2024-04-01  Bart Schaefer  <schaefer@zsh.org>
 
 	* 52865: Doc/Zsh/expn.yo, Doc/Zsh/params.yo, Etc/FAQ.yo: