eina: update news/changelog
authorbilliob <billiob@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 Nov 2011 14:24:53 +0000 (14:24 +0000)
committerbilliob <billiob@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 Nov 2011 14:24:53 +0000 (14:24 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@65268 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
NEWS

index 157e696..0d1ccdf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * 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/NEWS b/NEWS
index e9e36c8..6f9a0ef 100644 (file)
--- a/NEWS
+++ b/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: