diff options
| author | luke@maurits.id.au <luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937> | 2013-10-06 04:01:17 +0000 |
|---|---|---|
| committer | luke@maurits.id.au <luke@maurits.id.au@0f58610c-415a-11de-9c03-5d6cfad8e937> | 2013-10-06 04:01:17 +0000 |
| commit | ec934cc2db1608bc720eb14b6c46c2eb4f144718 (patch) | |
| tree | 736975d1f327632bcdb702369bd2a7ad14af8560 | |
| parent | a28fbcb9aa4f724ee3a6b376133d32cb7afeb437 (diff) | |
| download | python-prettytable-ptable-ec934cc2db1608bc720eb14b6c46c2eb4f144718.tar.gz | |
Document title functionality.
| -rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
