about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dcbbc533..c450afd05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2021-04-18  Bart Schaefer  <schaefer@zsh.org>
 
+	* 47704: Src/builtin.c, Src/params.c, Test/B02typeset.ztst:
+	POSIX export and readonly ignore the "-p" option when parameter
+	names are also present.
+
 	* 48560: Completion/compinit, Doc/Zsh/builtins.yo,
 	Doc/Zsh/options.yo, Doc/Zsh/params.yo, Src/builtin.c,
 	Src/options.c, Src/params.c, Src/subst.c, Src/zsh.h,