From e6934d3eb35ccaed8e994c758c715fb83b044f40 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 11 Mar 2017 19:52:55 +0100 Subject: [PATCH] Rephrase --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6d48373f..286aeeb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -181,7 +181,7 @@ required. - On Linux, getrandom(2) is being used instead of directly accessing /dev/urandom, if the kernel supports this system call. - crypto_box_seal() and crypto_box_seal_open() have been added. - - A solutions for Visual Studio 2015 was added. + - Visual Studio 2015 is now supported. * Version 1.0.2 - The _easy and _detached APIs now support precalculated keys;