about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2024-03-12 18:00:19 -0700
committerBart Schaefer <schaefer@zsh.org>2024-03-12 18:00:19 -0700
commit7c875adb0968b308e9b989ae5ac8d245b58810f2 (patch)
treec6f1d08a2ab28163985f7e7beb9f030439b49947 /ChangeLog
parent37f434498eb626a10e3009216afa306e5ae841c6 (diff)
downloadzsh-7c875adb0968b308e9b989ae5ac8d245b58810f2.tar.gz
zsh-7c875adb0968b308e9b989ae5ac8d245b58810f2.tar.xz
zsh-7c875adb0968b308e9b989ae5ac8d245b58810f2.zip
52742: fix bad interactions of "typeset -p" with GLOBAL_EXPORT
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f136bc6b4..c8935fb61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-03-12  Bart Schaefer  <schaefer@zsh.org>
+
+	* 52742: Src/builtin.c: fix bad interactions of "typeset -p" with
+	GLOBAL_EXPORT, plus some other inconsistencies.
+
 2024-03-13  Oliver Kiddle  <opk@zsh.org>
 
 	* 52724: Src/Modules/hlgroup.c: fix .zle.sgr for empty sequences