summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 604ccb7..c1fa6f6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
########## PrettyTable 0.8 - Oct XX, 2013 ###########
+* 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
+ oldsortslice=True.
* The from_csv table factory now accepts CSV format parameters as
keyword arguments (e.g. delimiter, doublequote, escapechar, etc.)