Added memcached_generate_hash() and more tests! :)
[awesomized/libmemcached] / ChangeLog
index 42241508d5ed525e3ef8f6a3679caf7f96235e33..a097ebb5b30a43a403595482d1aa808dc0c23e8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
   * Realigned all structures to remove padding (and line up important bits for 64bit caches.
   * Remove some of sprintf() in storage calls().
   * Removed printf() in stat call for unknown stat member.
+  * memcached_generate_hash() function added.
+  * Added tests to make sure all hash functions are stable.
 
 0.29 Tue May 19 08:26:48 PDT 2009
   * Fixed malloc usage to calloc for spots where we need zero filled memory.