about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2024-03-14 13:11:31 -0700
committerBart Schaefer <schaefer@zsh.org>2024-03-14 13:11:31 -0700
commit326e8635fe01239ddf14c09785eeca2394e32b95 (patch)
tree3a9d42b2360ba0535871a99103285c4aa964616b /ChangeLog
parent21fe2dce441116e90a6611527f1fcbccdc97a856 (diff)
downloadzsh-326e8635fe01239ddf14c09785eeca2394e32b95.tar.gz
zsh-326e8635fe01239ddf14c09785eeca2394e32b95.tar.xz
zsh-326e8635fe01239ddf14c09785eeca2394e32b95.zip
52752: typeset -p fixes for local exports and "export -x" / "readonly -r" output.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab59d83d7..5eca27d43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-03-14  Bart Schaefer  <schaefer@zsh.org>
+
+	* 52752: Src/params.c, Test/B02typeset.ztst: more typeset -p fixes
+	for local exports and improper "export -x" / "readonly -r" output.
+
 2024-03-13  Bart Schaefer  <schaefer@zsh.org>
 
 	* 52753: Doc/Zsh/grammar.yo: Clarify "nocorrect" when introducing