about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authordana <dana@dana.is>2021-05-03 18:22:02 -0500
committerdana <dana@dana.is>2021-05-03 18:22:02 -0500
commitd4b78f6c54af50cb4724785fbc72185932119941 (patch)
treec921337eb8fdb5610bb6253b797c28da9372dfed /ChangeLog
parentc23a0d84b029676832ea0f2eeb0caa8c47d0500d (diff)
downloadzsh-d4b78f6c54af50cb4724785fbc72185932119941.tar.gz
zsh-d4b78f6c54af50cb4724785fbc72185932119941.tar.xz
zsh-d4b78f6c54af50cb4724785fbc72185932119941.zip
48551: docs: Add disclaimer about POSIX compliance and emulation of other shells
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 882b15ce9..dd9fa8050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-05-03  dana  <dana@dana.is>
 
+	* 48551 (tweaked per 48565, 48629): Doc/Zsh/compat.yo: Add
+	disclaimer about POSIX compliance and emulation of other shells
+
 	* 48614 (tweaked per 48630): Doc/Zsh/builtins.yo,
 	Doc/Zsh/options.yo, README, Src/builtin.c, Test/B10getopts.ztst:
 	Calculate OPTIND according to POSIX_BUILTINS