summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f6258ff..f672672 100644
--- a/README.rst
+++ b/README.rst
@@ -670,8 +670,7 @@ Version History
===============
1.9
* workaround: ignore 'tparm() returned NULL', this occurs on win32
- platforms using PDCurses_ without a termcap or termlib.
- * bugfix: term.center('text') should not padd right side with whitespace.
+ platforms using PDCurses_ where tparm() is not implemented.
1.8
* enhancement: export keyboard-read function as public method ``getch()``,