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
commitdb788bff0e2e487f0e2b1a218a85c9140d3da2bf (patch)
tree736975d1f327632bcdb702369bd2a7ad14af8560
parent18fd864e183290b547ed280ddd6f1c6b57ae89e2 (diff)
downloadpython-prettytable-db788bff0e2e487f0e2b1a218a85c9140d3da2bf.tar.gz
Document title functionality.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@135 0f58610c-415a-11de-9c03-5d6cfad8e937
-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