about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2014-11-19 15:51:20 +0000
committerPeter Stephenson <pws@zsh.org>2014-11-19 15:51:20 +0000
commitfe17d3c113d0793d9dae2f0a2d8ff4bc4142b6b0 (patch)
treef3fa7d58ff2f3c2520d58c436c3ef96cfd2e67e8 /ChangeLog
parentdded99b0852f5c6847fa48cdd6ee6b74c8a8bc57 (diff)
downloadzsh-fe17d3c113d0793d9dae2f0a2d8ff4bc4142b6b0.tar.gz
zsh-fe17d3c113d0793d9dae2f0a2d8ff4bc4142b6b0.tar.xz
zsh-fe17d3c113d0793d9dae2f0a2d8ff4bc4142b6b0.zip
users/19404: Login shells may not be interactive
Update the FAQ to point this out after years of neglect.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62eb2df1c..0e580af4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-11-19  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* users/19404: Etc/FAQ.yo: login shells are not after all
+	necessarily interactive.
+
 	* 33679: Doc/Zsh/grammar.yo: Note that alternation in case
 	patterns works just like filename generation, despite
 	appearances to the contrary.