summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b5ae180..69d7c98d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-11-21 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (partition_by_func): Rename one local variable for clarity.
+ Remove unessential variable last, and move the next variable
+ into loop scope.
+
2014-11-20 Kaz Kylheku <kaz@kylheku.com>
* arith.c (wrap_star, wrap): New functions.