about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-07-24 08:33:13 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-07-24 08:33:13 -0700
commit77119afe19a781251e77a369db1dc9c8556055a0 (patch)
treee018cad120f591a3dd78c2174135051786f18cb0 /ChangeLog
parentf6429189a8de189f5bc388b9602b293fdd2fc286 (diff)
downloadzsh-77119afe19a781251e77a369db1dc9c8556055a0.tar.gz
zsh-77119afe19a781251e77a369db1dc9c8556055a0.tar.xz
zsh-77119afe19a781251e77a369db1dc9c8556055a0.zip
unposted (see 32892): 'fc -I' is an error
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e9fd6099..5d37bb323 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-07-24  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* unposted (see 32892): Src/builtins.c: 'fc -I' is an error
+
 	* 32903: Src/Modules/parameter.c: new empty (unset) elements in
 	the special parameter hash tables are special themselves, so that
 	adding elements via assignment syntax handles them correctly.