summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07704dd2..1d4f09d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-08-29 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (multi_sort_less): Fixing semantics of return value. Individual
+ sorted lists are returned, rather than a list of zipped tuples.
+
+2012-08-29 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (multi_sort_less): Change the semantics so that when the
list of the functions is empty, the left item is considered less
than the right, thereby preserving the order.