about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2013-10-17 07:28:52 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2013-10-17 07:28:52 -0700
commitff520d1b798faa26037291e373689b5957784cc8 (patch)
tree10d802ac64e5ea5adcc58612208ed7d0b21e9314 /ChangeLog
parent73ececfd01bc137366d25940d90a34aaa2cdb02e (diff)
downloadzsh-ff520d1b798faa26037291e373689b5957784cc8.tar.gz
zsh-ff520d1b798faa26037291e373689b5957784cc8.tar.xz
zsh-ff520d1b798faa26037291e373689b5957784cc8.zip
31823: add HISTORY_IGNORE parameter
HISTORY_IGNORE defines a pattern to exclude matching lines in the internal
history from the HISTFILE at write time.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0493ab5ec..ae0e938cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-10-17  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 31836 (cf. 31823): Doc/Zsh/params.yo, Src/hist.c: add
+	HISTORY_IGNORE pattern to exclude matching lines in the
+	internal history from the HISTFILE at write time.
+
 2013-10-17  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 31830: Doc/Zsh/func.yo, README, Src/hist.c, Src/zsh.h: