diff --git a/README b/README index 9e84f05..de2ffbe 100644 --- a/README +++ b/README @@ -52,6 +52,16 @@ The CMPH Library encapsulates the newest and more efficient algorithms in an eas perfect hash functions in linear time. The resulting functions are order preserving and are stored in 4cn bytes, where c is greater than 2. +---------------------------------------- + + + News for version 0.4 + ==================== + +- Vector Adapter has been added. +- An optimized version of bmz (bmz8) for small set of keys (at most 256 keys) has been added. +- All reported bugs and suggestions have been corrected and included as well. + ---------------------------------------- @@ -210,7 +220,7 @@ Davi de Castro Reis (davi@users.sourceforge.net) Fabiano Cupertino Botelho (fc_botelho@users.sourceforge.net) -Last Updated: Mon Jul 25 19:14:42 2005 +Last Updated: Fri Sep 16 00:47:45 2005 diff --git a/README.t2t b/README.t2t index 231718d..d51e705 100644 --- a/README.t2t +++ b/README.t2t @@ -56,6 +56,15 @@ The CMPH Library encapsulates the newest and more efficient algorithms in an eas %html% [Click Here comparison.html] to see a comparison of the supported algorithms. +---------------------------------------- + +==News for version 0.4== + +- Vector Adapter has been added. +- An optimized version of bmz (bmz8) for small set of keys (at most 256 keys) has been added. +- All reported bugs and suggestions have been corrected and included as well. + + ---------------------------------------- ==News for version 0.3==