From a84ae0170c73641d9581780549a51abadbbb26eb Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 8 Dec 2015 16:58:21 +0100 Subject: [PATCH] 1.0.7 is ready --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c27ff2b0..1ad6f391 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -* Version 1.0.7 (not released yet) +* Version 1.0.7 - More functions whose return value should be checked have been tagged with `__attribute__ ((warn_unused_result))`: `crypto_box_easy()`, `crypto_box_detached()`, `crypto_box_beforenm()`, `crypto_box()`, and