summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-12-04 09:27:30 +0000
committerPeter Stephenson <pws@zsh.org>2015-12-04 09:28:26 +0000
commitfc00e3a6b79862be1b605279615fe88259d70799 (patch)
treebafbfd3bfd648bdc01b9a620186d8915bac3781b /ChangeLog
parent5ecf332e84fc296a37d3ad9ec35fe3495234cfc1 (diff)
downloadzsh-fc00e3a6b79862be1b605279615fe88259d70799.tar.gz
zsh-fc00e3a6b79862be1b605279615fe88259d70799.tar.xz
zsh-fc00e3a6b79862be1b605279615fe88259d70799.zip
37294: Add ZSH_EXECUTION_STRING.
This shows the argument to shell option -c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d5ac3867..9b5a8d2fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-12-04  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 37294: Doc/Zsh/params.yo, Src/init.c: Add $ZSH_EXECUTION_STRING
+	to give argument to shell -c option.
+
 2015-12-03  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 37253: Src/params.c: Constify two local variables.