about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2017-09-20 10:17:59 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2017-09-20 10:17:59 -0700
commitd1914c5af484791ee5d8f20261c08cecf113d3a9 (patch)
treeadc839d6129c576079d2f5bf9207bdeb8f2ff095 /NEWS
parent2c41dc0b2ed463faffa5508885f65ac396564dc7 (diff)
downloadzsh-d1914c5af484791ee5d8f20261c08cecf113d3a9.tar.gz
zsh-d1914c5af484791ee5d8f20261c08cecf113d3a9.tar.xz
zsh-d1914c5af484791ee5d8f20261c08cecf113d3a9.zip
41736: NO_INTERACTIVE_COMMENTS in $(...)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6847350ef..796a2c90d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,14 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
+Changes from 5.4 to 5.4.3
+-------------------------
+
+The effect of the NO_INTERACTIVE_COMMENTS option extends into $(...) and
+`...` command substitutions when used on the command line.  Previously,
+comments were always recognized within command substitutions unless the
+comment character "#" was disabled via reset of $histchars.
+
 Changes from 5.3.1 to 5.4
 -------------------------