From 793f9f2494e672f75716f8358b08f1545a8fa86d Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 12 Jan 2010 16:19:40 +0000 Subject: [PATCH] * eet: Update the damn ChangeLog. Thanks again Vincent :-) SVN revision: 45061 --- legacy/eet/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/legacy/eet/ChangeLog b/legacy/eet/ChangeLog index d729e06897..ad6d9fc0b2 100644 --- a/legacy/eet/ChangeLog +++ b/legacy/eet/ChangeLog @@ -295,3 +295,8 @@ 2009-12-29 Cedric BAIL * Don't mess up when memory realloc failed during data descriptor creation. + +2010-01-12 Cedric BAIL + + * Rewrite Eet_Data. Now you can do list/hash/array of strings and all + the test suite is passing.