about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-11-01 18:12:40 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-11-01 18:12:40 +0000
commitba36967b575ca57ebde3349e62c190ca69b73832 (patch)
treebb1d3f998cd6a6e4f7d72aabd028fd4435c26772 /ChangeLog
parentfa59375e36e1718e060048ba7efd7346b3c8e94a (diff)
downloadzsh-ba36967b575ca57ebde3349e62c190ca69b73832.tar.gz
zsh-ba36967b575ca57ebde3349e62c190ca69b73832.tar.xz
zsh-ba36967b575ca57ebde3349e62c190ca69b73832.zip
37038: add -l option to emulate to list options in emulations
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20d848320..13f262bea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-01  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 37038: Doc/Zsh/builtins.yo, Src/builtin.c, Src/options.c: add
+	-l option to emulate.
+
 2015-10-31  Oliver Kiddle  <opk@zsh.org>
 
 	* 37029: Completion/Unix/Command/_date,