Document fix to use of SIPHASH_MAIN macro

This commit is contained in:
Sebastian Pipping 2017-07-25 19:46:47 +02:00
parent 01a5c39218
commit 27eaebc409
2 changed files with 5 additions and 0 deletions

View file

@ -14,10 +14,12 @@ Release 2.2.? ????????????????
#23 Test suite: Fix memory leaks
Rely on macro HAVE_ARC4RANDOM_BUF (rather than __CloudABI__)
for CloudABI
#100 Fix use of SIPHASH_MAIN in siphash.h
Special thanks to:
Pascal Cuoq
Rhodri James
Vadim Zeitlin
Viktor Szakats
and
Core Infrastructure Initiative

View file

@ -11,6 +11,9 @@
* --------------------------------------------------------------------------
* HISTORY:
*
* 2017-07-25 (Vadim Zeitlin)
* - Fix use of SIPHASH_MAIN macro
*
* 2017-07-05 (Sebastian Pipping)
* - Use _SIP_ULL macro to not require a C++11 compiler if compiled as C++
* - Add const qualifiers at two places