about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2015-04-24 10:54:14 +0200
committerMikael Magnusson <mikachu@gmail.com>2015-04-24 10:59:27 +0200
commitf4d8051de1179a47632b56afdf8659dac689e51f (patch)
treea3783748e41ff953f828eab4952680141c9e8e9f /ChangeLog
parent9a0f5ea8a7bc7a1a467664632f17237d1c60d22c (diff)
downloadzsh-f4d8051de1179a47632b56afdf8659dac689e51f.tar.gz
zsh-f4d8051de1179a47632b56afdf8659dac689e51f.tar.xz
zsh-f4d8051de1179a47632b56afdf8659dac689e51f.zip
34940: _fc: fix typo breaking completion for history
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6555883e8..094a35b08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-24  Mikael Magnusson  <mikachu@gmail.com>
+
+	* Oliver: 34940: Completion/Zsh/Command/_fc: fix typo breaking
+	completion for history
+
 2015-04-17  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 34921: Src/parse.c: handle error in recursive par_event().