diff --git a/legacy/eina/ChangeLog b/legacy/eina/ChangeLog index c51a640e0a..ee0b0dd6f0 100644 --- a/legacy/eina/ChangeLog +++ b/legacy/eina/ChangeLog @@ -229,3 +229,7 @@ 2012-02-27 Alexandre Becoulet * Add faster implementation of Eina_Rbtree. + +2012-03-07 Cedric Bail + + * Fix leak of Eina_File. diff --git a/legacy/eina/NEWS b/legacy/eina/NEWS index bee93c5303..4f4c37fef0 100644 --- a/legacy/eina/NEWS +++ b/legacy/eina/NEWS @@ -20,6 +20,7 @@ Additions: Fixes: * compilation errors in Eina_RWLock code when building code on Windows > XP + * stop leaking Eina_File. Improvements: