From 0ccdeeeb7d8edb8ab8a87520992ebf77f11a392b Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 28 Sep 2014 10:33:27 +0200 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e11b87..7ea4f75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ -=== Go TTY v0.1 === +=== Go TTY v0.2 === -First release. +Changes since Go TTY v0.1: + + * Fixed not being able to quit + + When gotty was waiting for a device to appear it was impossible to quit + using the ctrl-g ctrl-q sequence. This is now fixed.