summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorluke@maurits.id.au <luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937>2012-08-02 09:25:35 +0000
committerluke@maurits.id.au <luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937>2012-08-02 09:25:35 +0000
commit7e6c5be2343a260f83b236f1a4ce7a84dfbca009 (patch)
treed5c8e551d94c5c5ed09414ab8c1e1215a4864c5a /CHANGELOG
parentdfeb0c6957b58ce3834e319701c70a8e4e14d8ab (diff)
downloadpython-prettytable-7e6c5be2343a260f83b236f1a4ce7a84dfbca009.tar.gz
Fix simple bug regarding initialisation of int_format for new tables.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@85 0f58610c-415a-11de-9c03-5d6cfad8e937
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4780a3f..9347eca 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
* Fixed a simple bug regarding validation of max_width (thanks to
Anthony Toole for pointing out this bug and providing a patch).
+* Fixed a simple bug regarding initialisation of int_format value
+ for new tables (thanks to Ingo Schmiegel for pointing out this
+ bug!)
########## PrettyTable 0.6 - April XX, 2012 ##########