summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorluke@maurits.id.au <luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937>2013-10-07 05:28:58 +0000
committerluke@maurits.id.au <luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937>2013-10-07 05:28:58 +0000
commitd84a07698867b5b4a1e2e55b0e55a1e1294f9fa6 (patch)
tree1d5d0696036d8dcfcaed08a228497497ddfe0000 /CHANGELOG
parentf8057aa657f55e87731bb3dc5700fef8d87f3b67 (diff)
downloadpython-prettytable-d84a07698867b5b4a1e2e55b0e55a1e1294f9fa6.tar.gz
Initial implementation of min/max_table_width.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@140 0f58610c-415a-11de-9c03-5d6cfad8e937
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b037ce9..e49acfc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
########## PrettyTable 0.8 - Oct XX, 2013 ###########
-* Added "min_width" attribute/option.
+* Added "min_width", "min_table_width" and "max_table_width"
+ attribute/options for better control of table sizing.
* Added "title" attribute/option for table titles.
* When slice syntax is used to create a new sub-table out of an
existing table, the rows are sorted before, not after, the slicing.