summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluke@maurits.id.au <luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937>2013-10-06 04:01:17 +0000
committerluke@maurits.id.au <luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937>2013-10-06 04:01:17 +0000
commitec934cc2db1608bc720eb14b6c46c2eb4f144718 (patch)
tree736975d1f327632bcdb702369bd2a7ad14af8560
parenta28fbcb9aa4f724ee3a6b376133d32cb7afeb437 (diff)
downloadpython-prettytable-ptable-ec934cc2db1608bc720eb14b6c46c2eb4f144718.tar.gz
Document title functionality.
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c1fa6f6..68972ac 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,6 @@
########## PrettyTable 0.8 - Oct XX, 2013 ###########
+* 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.
The old behaviour (slice then sort) can be achieved by setting