summaryrefslogtreecommitdiff
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 458446401..dd7b630d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-08-27 Peter Stephenson <p.stephenson@samsung.com>
+
+ * 49290: Src/init.c, Src/input.c: Replace stdio for buffered
+ shell input to avoid memory management interacting with signal
+ handlers.
+
2021-08-27 Oliver Kiddle <opk@zsh.org>
* Marlon: 49272: Completion/Base/Utility/_call_program: