about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2023-03-05 14:16:31 -0800
committerBart Schaefer <schaefer@zsh.org>2023-03-05 14:16:31 -0800
commitea0bd72dd84a783355969e0a9a1584ce7b1ea08b (patch)
tree2a8200e5f2f986af6a77407514a70931866e1a17 /ChangeLog
parent4bc1f6e0d2b60976b9c0412d72097ee1c812139b (diff)
downloadzsh-ea0bd72dd84a783355969e0a9a1584ce7b1ea08b.tar.gz
zsh-ea0bd72dd84a783355969e0a9a1584ce7b1ea08b.tar.xz
zsh-ea0bd72dd84a783355969e0a9a1584ce7b1ea08b.zip
51485: module for several ksh93 features, mostly enabled only in ksh emulation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30e9850e5..a6a1b2d8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2023-03-05  Bart Schaefer  <schaefer@zsh.org>
 
+	* 51485: Doc/Makefile.in, Doc/Zsh/mod_ksh93.yo, Src/utils.c,
+	Src/Modules/ksh93.c, Src/Modules/ksh93.mdd: module for several
+	ksh93 features, mostly enabled only in ksh emulation.
+
 	* 51484: Src/builtins.yo Src/params.c: Extend named reference
 	handling for special parameters, improve doc.