diff --git a/legacy/eet/ChangeLog b/legacy/eet/ChangeLog index 715ac07032..ec1ae66dbc 100644 --- a/legacy/eet/ChangeLog +++ b/legacy/eet/ChangeLog @@ -70,5 +70,6 @@ * Use the precomputed hash value for Eet_Data_Chunk. * Use a hash table instead of a list for pointer that need to be freed. - + * Use directly the pointer from the dictionary to do a pointer + comparison instead of a strcmp.