Add hash to CHANGES.html and RELEASE_NOTES

This commit is contained in:
Peter D. Barnes, Jr.
2013-07-11 14:45:51 -07:00
parent 8eba44bacb
commit 9e78ee4ac0
2 changed files with 10 additions and 2 deletions

View File

@@ -55,7 +55,11 @@ us a note on ns-developers mailing list.</p>
<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>

View File

@@ -21,8 +21,12 @@ Supported platforms
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
----------