RELEASE_NOTES
changeset 9944 fe52d2eda4e7
parent 9920 e90d966ba939
child 9946 df4a7e93c13d
--- a/RELEASE_NOTES	Wed Jul 10 18:26:21 2013 -0700
+++ b/RELEASE_NOTES	Thu Jul 11 14:45:51 2013 -0700
@@ -21,8 +21,12 @@
 
 New user-visible features
 -------------------------
-- Time attributes can now be bounded.  See attribute-test-suite.cc for an example.
+- Time attributes can now be bounded.  See attribute-test-suite.cc for an
+  example.
 - IPv6 addrss class 2001:db8::/32 is now dropped by routers (RFC 3849).
+- New generic hash function interface.  Two hash functions are provided:
+  murmur3 (default), and the venerable FNV1a.  See the Hash Functions
+  section in the Manual.
 
 Bugs fixed
 ----------