summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-08-01 09:37:26 +0100
committerPeter Stephenson <pws@zsh.org>2017-08-01 09:37:26 +0100
commit27efa0efd43d1b5aa00c620710cf6d7568e3ca9b (patch)
treefc6194370eb269bb2c48316bfcd765a02183fb0f /ChangeLog
parent8abbaefaee7af75943b2b427205d0ec4a52a9b7b (diff)
downloadzsh-27efa0efd43d1b5aa00c620710cf6d7568e3ca9b.tar.gz
zsh-27efa0efd43d1b5aa00c620710cf6d7568e3ca9b.tar.xz
zsh-27efa0efd43d1b5aa00c620710cf6d7568e3ca9b.zip
41470: Another note on new effect of POSIX_BUILTINS
exec now won't find precommand modifiers after it with the
option set.  This may need further attention.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99057ae87..ad2d453bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-08-01  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 41470: Doc/Zsh/builtins.yo: note that 41464 stops exec finding
+	other precommand modifiers with POSIX_BUILTINS (for now, at
+	least).
+
 2017-08-01  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 41474: Completion/Debian/Command/_pbuilder,