From: Loup Vaillant Date: Tue, 19 Apr 2022 21:35:54 +0000 (+0200) Subject: Changelog for version 3.1.3 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=4033d8f1f2b84cc3793eadefea92087b74264283;p=Monocypher.git Changelog for version 3.1.3 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 25651a7..4d83823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +3.1.3 +----- +2022/04/19 + +- Fixed many typos in the documentation. +- Fixed buffer overflow in speed benchmarks. +- Fixed some MSVC warnings. +- Added `change-prefix.sh` to help changing the `crypto_` prefix. +- Added the `MONOCYPHER_CPP_NAMESPACE` preprocessor definition to + support namespaces for C++. +- Deprecated `crypto_key_exchange()` +- Use GitHub actions to automate the regular test suite. + + 3.1.2 ----- 2020/12/27