about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-02-03 17:12:41 +0000
committerPeter Stephenson <pws@zsh.org>2015-02-03 17:13:26 +0000
commit79378d4acde71db54c4ed6636a0695741bb467fc (patch)
tree4521ec16ffb4a17625b0fb269d08ee8f5a41a5f1 /ChangeLog
parent1f62d8d0be7290883991fb4de640fbecb7714917 (diff)
downloadzsh-79378d4acde71db54c4ed6636a0695741bb467fc.tar.gz
zsh-79378d4acde71db54c4ed6636a0695741bb467fc.tar.xz
zsh-79378d4acde71db54c4ed6636a0695741bb467fc.zip
users/19800: more help for $HISTORY_IGNORE
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98c103e0c..8071ae703 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 
 2015-02-03  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* users/19800: Doc/Zsh/params.yo: more help on $HISTORY_IGNORE.
+
 	* 34455: Src/Modules/db_gdbm.c: some further parameter bug fixes
 	including memory leak and unsetting old parameter too late.