about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-05-01 22:09:49 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-05-01 22:11:30 +0900
commit938751d2636f1b45b438f345b89861f1b0ed628e (patch)
treedcbf873702abd97481809d98b36a3d9428adf457 /ChangeLog
parent0e797d79ce0af34f20ec5fa86a4ed92554a968f9 (diff)
downloadzsh-938751d2636f1b45b438f345b89861f1b0ed628e.tar.gz
zsh-938751d2636f1b45b438f345b89861f1b0ed628e.tar.xz
zsh-938751d2636f1b45b438f345b89861f1b0ed628e.zip
35008: clarify description of 'exec' and 'return'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f563bd92..21db71ddc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-01  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
+
+	* 35008: Doc/Zsh/builtins.yo: clarify description of 'exec' and
+	'return'
+
 2015-05-01  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 35007: Doc/Zsh/zle.yo: note about scope of ZLE parameters.