From 036326683c59f4cd6b47f1fbd6d9f5c1bbf20496 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 12 Mar 2017 17:44:23 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 995547d9..1d1eca03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,8 @@ function can especially be useful to write reproducible tests. libsodium in a project using cmake. - Compatibility with gcc 2.x has been restored. - Minimal builds can be checked using `sodium_library_minimal()`. + - The `--enable-opt` compilation switch has become compatible with more +platforms. - Android builds are now using clang on platforms where it is available.