summaryrefslogtreecommitdiff
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 e344e8878..38a0395d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2023-03-05 Bart Schaefer <schaefer@zsh.org>
+ * 51483: Src/Zle/compcore.c, Src/Zle/zle_tricky.c, Src/lex.c,
+ Src/params.c, Src/subst.c, Src/utils.c, Src/zsh.h, Src/ztype.h:
+ Enable assignment and expansion of parameters with ksh-like
+ namespace prefixes.
+
* unposted: Src/Modules/param_private.c: coverity memory leak
2023-02-28 Mikael Magnusson <mikachu@gmail.com>