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 02:58:33 +0000
committerluke@maurits.id.au <luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937>2013-10-07 02:58:33 +0000
commitf8057aa657f55e87731bb3dc5700fef8d87f3b67 (patch)
treef9eb852b38d57bee2bbb6ba791b491015912e619 /CHANGELOG
parent1d6399068e43ba96a05a750b68be91289fcd18c9 (diff)
downloadpython-prettytable-f8057aa657f55e87731bb3dc5700fef8d87f3b67.tar.gz
Initial implementation of min_width.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@139 0f58610c-415a-11de-9c03-5d6cfad8e937
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 68972ac..b037ce9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,6 @@
########## PrettyTable 0.8 - Oct XX, 2013 ###########
+* Added "min_width" attribute/option.
* 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.