summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b27fa05..403c9d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -337,3 +337,7 @@
* Fix EINA_INLIST_FOREACH_SAFE macro to work when inlist is not the
first item in the struct.
+
+2012-09-11 Cedric Bail
+
+ * Speedup Eina Rbtree Iterator by recycling memory instead of massively calling malloc/free.