Make a note of the LHASH changes.

This commit is contained in:
Geoff Thorpe 2000-12-04 03:35:35 +00:00
parent 97b1719583
commit f1919c3df9

View File

@ -3,6 +3,12 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
*) Changed the LHASH code to use prototypes for callbacks, and created
macros to declare and implement thin (optionally static) functions
that provide type-safety and avoid function pointer casting for the
type-specific callbacks.
[Geoff Thorpe]
*) Use better test patterns in bntest.
[Ulf Möller]