summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-01-27 21:57:45 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2016-01-27 22:10:38 -0800
commitd18476ce5c0a76831192df8ba2006536206c6646 (patch)
tree4b92ab901bf75c8682970788f49d6d44013cdcf5 /ChangeLog
parent572f8c85ab40c2adf389a33ea6f2f91c4a4fbb30 (diff)
downloadzsh-d18476ce5c0a76831192df8ba2006536206c6646.tar.gz
zsh-d18476ce5c0a76831192df8ba2006536206c6646.tar.xz
zsh-d18476ce5c0a76831192df8ba2006536206c6646.zip
37819: zshaddhistory hook works for any history file write, even upon keyboard interrupt
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e70ed9d80..a5fce1d79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-01-27  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 37819: Src/hist.c: zshaddhistory hook is intended to work for
+	any history file write, even upon keyboard interrupt
+
 	* 37810: Src/Modules/zutil.c: repair handling of backslashes and
 	of names starting with "+"/":"/"=" in zparseopts option specs