CHANGES.html
changeset 9944 fe52d2eda4e7
parent 9919 5596934962c2
child 9946 df4a7e93c13d
--- a/CHANGES.html	Wed Jul 10 18:26:21 2013 -0700
+++ b/CHANGES.html	Thu Jul 11 14:45:51 2013 -0700
@@ -55,7 +55,11 @@
 
 <h2>New API:</h2>
 <ul>
-  <li>Time attributes can now be bounded.  See attribute-test-suite.cc for an example.</li>
+  <li>Time attributes can now be bounded.  See attribute-test-suite.cc
+      for an example.</li>
+  <li>New generic hash function interface.  Two hash functions are provided:
+      murmur3 (default), and the venerable FNV1a.  See the Hash Functions
+      section in the Manual.</li>
 </ul>
 
 <h2>Changes to existing API:</h2>