about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2023-02-02 10:12:17 +0000
committerPeter Stephenson <p.stephenson@samsung.com>2023-02-02 10:12:17 +0000
commit76d095df9de31d46b0ca042039855ffc286f5fdb (patch)
tree6c735048daa3773cb741b3b816d2acba4085f691 /ChangeLog
parent21baad1037c1aa85384a81dd77a4661676336133 (diff)
downloadzsh-76d095df9de31d46b0ca042039855ffc286f5fdb.tar.gz
zsh-76d095df9de31d46b0ca042039855ffc286f5fdb.tar.xz
zsh-76d095df9de31d46b0ca042039855ffc286f5fdb.zip
51306: error message in ${unset?error} should be expanded
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee9a623d4..6bdaeedbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-02-02  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 51306: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:
+	error message in ${unset?...} should be expanded.
+
 	* 51307: Src/input.c, Src/parse.c, Test/A02alias.ztst: error
 	on attempt to expand alias in function definition name didn't
 	find the original alias and printed an extra error.