summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-05-16 19:58:04 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-05-16 20:10:12 -0700
commitabe4d5c15876f7e0cb89524a3b2dc0d502f27b38 (patch)
treedbc6d435304277bf4de8a1c4a9cc7a69782c004f /CHANGELOG.md
parent0bdcf3503e029edfa73f8b8703a8617a1409e1e3 (diff)
Check errors when opening tty
Opening the tty may fail (for example if the wrong file is specified). We now print an error and abort when this happens.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8255b7a..4b9fc9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ Features:
Bugfixes:
- Fixed last line of results not being cleared on exit
+ - Check errors when opening the TTY device
## 0.3 (April 25, 2016)