summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-23 22:09:41 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-23 22:09:41 +0300
commit4c57a5cf4223b6c6085e3cfa60c8b1c908b98e48 (patch)
tree1fdaba56117f49ab86ee38b9ed94eebd8d3836a2 /NEWS
parent4d3769889e4c23bf240154c78c41dee9042b4fe5 (diff)
downloadttystatus-4c57a5cf4223b6c6085e3cfa60c8b1c908b98e48.tar.gz
Fix flushing
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a1a4ea..6b7d18a 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ Version 0.31, released UNRELEASED
itself by the `TerminalStatus.notify` method not removing an
existing status message before writing out the notification.
+* Fix bug in `TerminalStatus.flush` that meant it did not, in fact,
+ flush the output.
+
Version 0.30, released 2015-10-17
---------------------------------