From 11b45c737f5a06cdf600cfe2dbbe6485b11355e7 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 12 Oct 2014 18:38:08 +0200 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5cac050..136465a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,8 @@ -=== Go TTY v0.7 === +=== Go TTY v0.8 === -Changes since Go TTY v0.6: +Changes since Go TTY v0.7: - * Changed quit key sequence to ctrl-g + q - - Changed the quit key sequence from ctrl-g + ctrl-q to ctrl-g + q as the - latter is simpler and considered more conventional. - - * Updated man page + * Eliminated first time connect delay + Rearranged timeout handling so that the first time connect delay is + eliminated.