summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorluke@maurits.id.au <luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937>2012-05-18 02:46:06 +0000
committerluke@maurits.id.au <luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937>2012-05-18 02:46:06 +0000
commit4030d975b8c89acb0504c16be04681b13e8c9e94 (patch)
treead1e98a068c723875da4c100dbda3d1e6dc726a9 /CHANGELOG
parent57f2ada34e1769849b9282a4063d1e69c0d4dfd0 (diff)
downloadpython-prettytable-4030d975b8c89acb0504c16be04681b13e8c9e94.tar.gz
1) Fixed a bug regarding validation of max_width, on the basis of an email from Anthony Toole. Also made some other changes to validation code and unit testing on the basis of this bug.
2) Repaired Python 3 compatibility, which the switch to StringIO had broken. git-svn-id: http://prettytable.googlecode.com/svn/trunk@65 0f58610c-415a-11de-9c03-5d6cfad8e937
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 541b57a..4780a3f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+########## PrettyTable 0.7 - MM DD, 2012 ##########
+
+* Fixed a simple bug regarding validation of max_width (thanks to
+ Anthony Toole for pointing out this bug and providing a patch).
+
########## PrettyTable 0.6 - April XX, 2012 ##########
* Code is now simultaneously compatible with Python 2 and 3