about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92ed53cb6..1d28b4fdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-02-02  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 32337: Src/params.c: initialize several special parameters to
+	unset for better compatibility in emulation modes; for the same
+	reason, remove the readonly flag from $_
+
 2013-02-27  Oliver Kiddle <opk@zsh.org>
 
 	* 32314: Src/Zle/zle_main.c, Src/Zle/zle_tricky.c,