From 7d819ca43dc06d459028a5c6676da8a11c3b65b0 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 19 Dec 2015 21:26:08 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1ad6f391..36dcfc2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ +* Version 1.0.8 (not released yet) + - Faster scalarmult_base() when using the ref10 implementation. + - Handle the case where the CPU supports AVX, but we are running +on an hypervisor with AVX disabled/not supported. + * Version 1.0.7 - More functions whose return value should be checked have been tagged with `__attribute__ ((warn_unused_result))`: `crypto_box_easy()`,