summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2019-12-16 17:12:26 +0000
committerPeter Stephenson <p.stephenson@samsung.com>2019-12-16 17:12:26 +0000
commitc53ffc96437168dbb5fde9a6c45040187c49316c (patch)
tree6a406981c320c9a65dfe2bc2c239f7a9e1e740db
parent058cc10054620a874008064cb1196f62cb9d449d (diff)
downloadzsh-c53ffc96437168dbb5fde9a6c45040187c49316c.tar.gz
zsh-c53ffc96437168dbb5fde9a6c45040187c49316c.tar.xz
zsh-c53ffc96437168dbb5fde9a6c45040187c49316c.zip
Missed out ChangeLog from previous commit.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce879fed6..7dc9e0de9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,11 @@
 
 2019-12-12  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* Marijn: 45009: Src/builtin.c, Doc/Zsh/builtins.yo,
+	Doc/Zsh/options.yo: POSIX_CD needs to suppress special
+	use of options so that POSIX-allowed argument forms work as
+	expected.
+
 	* 45001: Src/glob.c, Test/D04parameter.ztst: ${...%...} didn't
 	test for zero-length matches, which should be preferred where
 	possible.