summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.