summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1353de45d..2b2f2a08b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2023-02-12 Bart Schaefer <schaefer@zsh.org>
+ * 51402: Src/builtin.c, Src/loop.c, Src/params.c, Src/zsh.h:
+ Add ksh/bash features (unset -n, for ref), readonly refs,
+ better error checking and messages, code injection safety,
+ allow references to $! $? $$ $- $0 $_
+
* 51375: Doc/Zsh/builtins.yo, Doc/Zsh/expn.yo, Doc/Zsh/params.yo,
Doc/Zsh/mod_parameter.yo: Clarify, fix typos, add indexing.