diff --git a/legacy/eina/ChangeLog b/legacy/eina/ChangeLog index 157e696ef5..0d1ccdfed8 100644 --- a/legacy/eina/ChangeLog +++ b/legacy/eina/ChangeLog @@ -142,3 +142,8 @@ * Add eina_xattr_ls, eina_xattr_get, eina_xattr_set, eina_xattr_string_set, eina_xattr_string_get, eina_xattr_double_set, eina_xattr_double_get, eina_xattr_int_set, eina_xattr_int_get. + +2011-11-10 Boris Faure (billiob) + + * Add new hash function eina_hash_murmur3 that should be better at + hashing strings. diff --git a/legacy/eina/NEWS b/legacy/eina/NEWS index e9e36c8490..6f9a0ef68d 100644 --- a/legacy/eina/NEWS +++ b/legacy/eina/NEWS @@ -21,6 +21,7 @@ Additions: * eina_main_loop_is API * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs * eina_xattr API's + * eina_hash_murmur3 API Fixes: