From 7f0ef19b829340be1398e25d5864e54b2effe422 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Thu, 23 Oct 2014 11:52:55 +0200 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 37f11ea..154fb6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ -=== Go TTY v1.0 === +=== Go TTY v1.1 === -Changes since Go TTY v0.9: +Changes since Go TTY v1.0: - * Fixed distribution tarball + * Flush I/O data on connect - Fixed missing header files and man page in distribution tarball. + Make sure there is no stale I/O data on tty device upon connect. + * Updated README