From 69479bdfdafe75d4292a95c457e0bcc525a2d98f Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 3 Nov 2018 16:51:47 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c12a9a0..68e9347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,39 @@ -=== tio v1.31 === +=== tio v1.32 === + + + +Changes since tio v1.31: + + * Update AUTHORS + + * Minor code style cleanups + + * Cleanup print macros + + * Flush output + + Make sure output is transmitted immediately by flushing the output. + +Robey Pointer: + + * add optional timestamps + + with "-t" or "C-t T", toggle a timestamp prefix to each line. + +Jakub Wilk: + + * Fix typos + +Sylvain Lafrasse: + + * Added macOS compatibility + + * Made O_NONBLOCK flag to open() call specific to macOS only. + + * Added macOS-related details. + + * Added O_NONBLOCK flag to open() call for macOS (10.13.6) compatibility.