summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-31 16:17:29 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-31 16:17:29 +0100
commit54c0b2df27006e3705a5213ad0a75e71fafa0709 (patch)
treea59e34508e41455eaeb3465023167f5de376683f /NEWS
parent266f4c381e1327d1ec8904f30f4b8e2ec6fded04 (diff)
downloadttystatus-54c0b2df27006e3705a5213ad0a75e71fafa0709.tar.gz
Add docstring to explain format string syntax.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9b556c2..3f56359 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ Version 0.14, released XXXXXXXXXX
* A method for printing error messages is provided. They are printed to
the standard error.
* The `PercentDone` class handles zero total amounts better now.
+* Widgets may now be added using a simple format string. See
+ `ttystatus.TerminalStatus.format` method.
Version 0.13, released 2011-08-18
---------------------------------